Skip to content

Commit d16f040

Browse files
Bump org.jetbrains.dokka from 1.9.0 to 2.0.0
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.0 to 2.0.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.9.0...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a175d03 commit d16f040

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
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("jvm") version "1.9.22"
33
kotlin("plugin.allopen") version "2.0.21"
4-
id("org.jetbrains.dokka") version "1.9.0"
4+
id("org.jetbrains.dokka") version "2.0.0"
55
id("io.quarkus")
66
id("fr.brouillard.oss.gradle.jgitver") version "0.9.1"
77
}

0 commit comments

Comments
 (0)