aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2023-09-01 16:29:50 +0200
committerGitHub <noreply@github.com>2023-09-01 16:29:50 +0200
commit83231c0781a50fdeb05ded348187ae48557a1a1f (patch)
treef06a5b9e78f5b4c468cb22fbe8303c6eb2e693be /gradle
parent02f30b142aa467d3a24cc52a1fe3f2fed7ea1e33 (diff)
downloaddokka-83231c0781a50fdeb05ded348187ae48557a1a1f.tar.gz
dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.tar.bz2
dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.zip
Update Dokka's references to 1.9.0 (#3154)
Diffstat (limited to 'gradle')
-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 815c479e..7b650cf5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,7 +3,7 @@
gradlePlugin-kotlin = "1.9.0"
# See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin
gradlePlugin-android = "4.2.2"
-gradlePlugin-dokka = "1.8.20"
+gradlePlugin-dokka = "1.9.0"
kotlinx-coroutines = "1.6.3"
kotlinx-collections-immutable = "0.3.4"