From 4a9e9ae255bbe18ca43b6a29db9355b4bfdd4083 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 03:12:08 +0000 Subject: [PATCH] Update dependency org.jetbrains.dokka:dokka-gradle-plugin from 1.7.10 to 1.7.20 (#315) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 17dfe8722..7a263fa1a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ kotlin-language = "1.4" # Version of Kotlin Gradle Plugin used for compilation. kotlin-build = "1.7.20" # Dokka is sometimes lagging behind and is not using the same release vehicle as Kotlin main. -kotlin-dokka = "1.7.10" +kotlin-dokka = "1.7.20" # TODO 1.22 activate UnnecessaryParentheses with allowForUnclearPrecedence. # TODO 1.22 remove MaxLineLength from LintMessageDetailsSplitter