From 9bbcc21affe7a2b787c5a8cfb64f416cf226a0fd Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Mon, 16 Oct 2023 18:36:42 +0200 Subject: Update Dokka's references to 1.9.10 (#3210) --- .../dokka-versioning-multimodule-example/parentProject/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gradle/dokka-versioning-multimodule-example/parentProject') diff --git a/examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts b/examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts index 4bcee160..9fc84cba 100644 --- a/examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts +++ b/examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts @@ -8,7 +8,7 @@ import org.jetbrains.dokka.versioning.VersioningConfiguration buildscript { dependencies { - classpath("org.jetbrains.dokka:versioning-plugin:1.9.0") + classpath("org.jetbrains.dokka:versioning-plugin:1.9.10") } repositories { -- cgit