From 9f2f47934944ae287bd237b28c8536ce022ee004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:32:57 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.dokka from 2.1.0 to 2.2.0 Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2895b69..ff0ed48 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { alias(libs.plugins.secrets.gradle.plugin) apply false alias(libs.plugins.compose.compiler) apply false alias(libs.plugins.ksp) - id("org.jetbrains.dokka") version "2.1.0" + id("org.jetbrains.dokka") version "2.2.0" } allprojects {