Skip to content

Commit d9c951a

Browse files
Bump org.jetbrains.dokka from 1.9.20 to 2.0.0
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.20 to 2.0.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0bd5d37 commit d9c951a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("signing")
55
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.17.0"
66
id("org.jetbrains.kotlinx.kover") version "0.9.0"
7-
id("org.jetbrains.dokka") version "1.9.20"
7+
id("org.jetbrains.dokka") version "2.0.0"
88
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
99
}
1010

0 commit comments

Comments
 (0)