aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-08-31 17:47:28 -0400
committerGitHub <noreply@github.com>2023-08-31 17:47:28 -0400
commitba3bc7be25e0621f9bb8d1addad12343028e193a (patch)
treed82716b9fa39ef581bfd5f7cd3f3e7194292ba43
parent95a7d69194dc5771fdad302ba05816058f32a225 (diff)
downloadkotlinpoet-ba3bc7be25e0621f9bb8d1addad12343028e193a.tar.gz
Update plugin dokka to v1.9.0 (#1683)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index accb25d5..b587cb4d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -20,7 +20,7 @@ ktlint = "0.48.2"
[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
-dokka = { id = "org.jetbrains.dokka", version = "1.8.20" }
+dokka = { id = "org.jetbrains.dokka", version = "1.9.0" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
spotless = { id = "com.diffplug.spotless", version = "6.21.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }