From 3a5296fba5d8c38ee938a35e493735a760011b35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:12:27 +0000 Subject: [PATCH] Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2cf88f1..1f89aaf 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10' classpath 'com.vanniktech:gradle-maven-publish-plugin:0.20.0' - classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.0' + classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.10' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files