From e49888e5d253fa3c01f8b400b6848ef9314c526a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:42:22 +0000 Subject: [PATCH] Bump org.jetbrains.dokka from 1.9.20 to 2.0.0 Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.20 to 2.0.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.9.20...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 9390a020..6131aa8f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ vyarus-github-info = { id = "ru.vyarus.github-info", version.ref = "vyarus-githu [versions] binary-compatibility-validator = "0.16.3" -dokka = "1.9.20" +dokka = "2.0.0" hildan-kotlin-publish-plugin = "1.7.0" hildan-github-changelog-plugin = "2.2.0" kotlin = "2.1.0"