Skip to content

Commit d160fa7

Browse files
build(deps): bump org.jetbrains.dokka:javadoc-plugin (#187)
Bumps [org.jetbrains.dokka:javadoc-plugin](https://github.com/Kotlin/dokka) from 1.9.10 to 2.0.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.9.10...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:javadoc-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b053388 commit d160fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalabot-meta/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
2424
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
2525

26-
dokkaHtmlPlugin("org.jetbrains.dokka:javadoc-plugin:1.9.10")
26+
dokkaHtmlPlugin("org.jetbrains.dokka:javadoc-plugin:2.0.0")
2727
}
2828

2929
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {

0 commit comments

Comments
 (0)