Skip to content

Commit 18eea3a

Browse files
chore(deps): bump dokka from 2.1.0 to 2.2.0
Bumps `dokka` from 2.1.0 to 2.2.0. Updates `org.jetbrains.dokka` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v2.1.0...v2.2.0) Updates `org.jetbrains.dokka:dokka-gradle-plugin` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@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 - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 047392c commit 18eea3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030
}
3131

3232
plugins {
33-
id("org.jetbrains.dokka") version "2.1.0"
33+
id("org.jetbrains.dokka") version "2.2.0"
3434
alias(libs.plugins.compose.compiler) apply false
3535
id("com.autonomousapps.dependency-analysis") version "3.4.1"
3636
alias(libs.plugins.android.application) apply false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ androidMinSdk = "23"
88
androidTargetSdk = "36"
99

1010
agp = "9.1.0"
11-
dokka = "2.1.0"
11+
dokka = "2.2.0"
1212
gradleMavenPublishPlugin = "0.36.0"
1313
kotlin = "2.3.10"
1414
kotlinxCoroutines = "1.10.2"

0 commit comments

Comments
 (0)