From 7bafe9406ea0423c94975acf432b63de66b38558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:37:37 +0800 Subject: [PATCH] build(deps): bump org.jetbrains.dokka from 1.9.20 to 2.0.0 (#46) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[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 824baef..db7ad65 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidGradlePlugin = "8.7.3" androidx-activity-compose = "1.9.3" androidx-window = "1.3.0" compose-plugin = "1.7.1" -dokka = "1.9.20" +dokka = "2.0.0" kotlin = "2.1.0" [libraries]