From 6363d620caa7ed39cdbed6fba89bd75145dc96b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:00:24 +0000 Subject: [PATCH] Bump org.jetbrains.dokka:dokka-gradle-plugin from 2.0.0-Beta to 2.0.0 Bumps [org.jetbrains.dokka:dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 2.0.0-Beta to 2.0.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v2.0.0-Beta...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... 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 e92b3cc..a464664 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ androidx-test-core = "1.6.1" android-test-junit = "1.2.1" nexus-publish-plugin = "2.0.0" android-gradle-plugin = "8.7.3" -dokka = "2.0.0-Beta" +dokka = "2.0.0" h2 = "2.3.232" junit = "5.11.3" kotlin = "2.1.0"