diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-09-01 16:29:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 16:29:50 +0200 |
commit | 83231c0781a50fdeb05ded348187ae48557a1a1f (patch) | |
tree | f06a5b9e78f5b4c468cb22fbe8303c6eb2e693be /examples/gradle/dokka-customFormat-example | |
parent | 02f30b142aa467d3a24cc52a1fe3f2fed7ea1e33 (diff) | |
download | dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.tar.gz dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.tar.bz2 dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.zip |
Update Dokka's references to 1.9.0 (#3154)
Diffstat (limited to 'examples/gradle/dokka-customFormat-example')
-rw-r--r-- | examples/gradle/dokka-customFormat-example/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gradle/dokka-customFormat-example/build.gradle.kts b/examples/gradle/dokka-customFormat-example/build.gradle.kts index ba6d1cb6..280b8edb 100644 --- a/examples/gradle/dokka-customFormat-example/build.gradle.kts +++ b/examples/gradle/dokka-customFormat-example/build.gradle.kts @@ -8,12 +8,12 @@ import org.jetbrains.dokka.base.DokkaBaseConfiguration plugins { kotlin("jvm") version "1.9.0" - id("org.jetbrains.dokka") version "1.8.20" + id("org.jetbrains.dokka") version "1.9.0" } buildscript { dependencies { - classpath("org.jetbrains.dokka:dokka-base:1.8.20") + classpath("org.jetbrains.dokka:dokka-base:1.9.0") } } |