From 52972384da126246996e676349f4cc7215fd2a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:08:18 +0000 Subject: [PATCH] build(deps): 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 42e668f..589d042 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "composeMul composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } vanniktechMavenPublish = { id = "com.vanniktech.maven.publish", version = "0.34.0" } -dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } +dokka = { id = "org.jetbrains.dokka", version = "2.1.0" } detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.8" } ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "13.1.0" } binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.1" }