From 2fd666196feaf04c65dff26bbd0dce2e557d0d7d Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Sun, 16 Jul 2023 09:50:18 +0100 Subject: [PATCH] Dokka 1.8.20. Signed-off-by: Kenneth J. Shackleton --- buildSrc/src/main/kotlin/Versions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index c854b8433f..86a47fd29f 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -30,7 +30,7 @@ enum class Versions( ANDROIDX_ROOM("2.5.1", URL("https://developer.android.com/jetpack/androidx/releases/room")), CMAKE("3.22.1", URL("https://cmake.org")), DETEKT("1.22.0", URL("https://github.com/arturbosch/detekt")), - DOKKA("1.8.10", URL("https://github.com/Kotlin/dokka")), + DOKKA("1.8.20", URL("https://github.com/Kotlin/dokka")), GRADLE_DOWNLOAD_TASK_PLUGIN("5.4.0", URL("https://github.com/michel-kraemer/gradle-download-task")), GRADLE_LICENSEE_PLUGIN("1.6.0", URL("https://github.com/cashapp/licensee")), IDE_EXT_GRADLE_PLUGIN("1.1.7", URL("https://github.com/JetBrains/gradle-idea-ext-plugin")),