From 763a6583c6bca685e7544c6c971ccafee047adcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:14:39 +0000 Subject: [PATCH] Bump org.jetbrains.dokka from 2.0.0 to 2.1.0 Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 853ebaf..73e4b8c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,4 +50,4 @@ compose = { id = "org.jetbrains.compose", version.ref = "compose" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } android-application = { id = "com.android.application", version.ref = "agp" } vannitktech-maven-publish = {id = "com.vanniktech.maven.publish", version = "0.33.0"} -dokka = { id = "org.jetbrains.dokka" , version = "2.0.0"} +dokka = { id = "org.jetbrains.dokka" , version = "2.1.0"}