Skip to content

Commit 01e9a80

Browse files
Bump org.jetbrains.dokka from 2.0.0 to 2.1.0 (#13)
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](Kotlin/dokka@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f59a738 commit 01e9a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginManagement {
22
plugins {
33
kotlin("multiplatform") version "2.2.20"
44
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
5-
id("org.jetbrains.dokka") version "2.0.0"
5+
id("org.jetbrains.dokka") version "2.1.0"
66
id("com.vanniktech.maven.publish") version "0.34.0"
77
}
88
}

0 commit comments

Comments
 (0)