From 564a7a31f13fd9066528f8eeb4c24b64facb03bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:42:06 +0000 Subject: [PATCH] Bump org.jetbrains.dokka:versioning-plugin from 1.9.20 to 2.0.0 Bumps [org.jetbrains.dokka:versioning-plugin](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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:versioning-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f2eba91..6307bcb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -101,7 +101,7 @@ tasks.dokkaHtml.configure { ) ) dependencies { - dokkaHtmlPlugin("org.jetbrains.dokka:versioning-plugin:1.9.20") + dokkaHtmlPlugin("org.jetbrains.dokka:versioning-plugin:2.0.0") } }