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) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 75e0e305..ba848dc2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ gradlePlugin-kotlin = "1.9.10" # See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin gradlePlugin-android = "4.2.2" -gradlePlugin-dokka = "1.9.0" +gradlePlugin-dokka = "1.9.10" kotlinx-coroutines = "1.6.3" kotlinx-collections-immutable = "0.3.4" -- cgit