From 5c7a53924a587fec9586ac3af5bda0f76a6c09ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:17:56 +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 e964092..a90a466 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ publish = "0.30.0" # https://github.com/cashapp/sqldelight sqldelight = "2.0.2" # https://github.com/Kotlin/dokka -dokka = "1.9.20" +dokka = "2.0.0" # https://github.com/willowtreeapps/assertk assertk = "0.28.1" # https://github.com/touchlab/Stately