Skip to content

Commit 5d4d9d6

Browse files
authored
Merge pull request #46 from benedekh/dependabot/gradle/org.jetbrains.dokka-2.0.0
Bump org.jetbrains.dokka from 1.9.20 to 2.0.0
2 parents ab65989 + b1f4ffb commit 5d4d9d6

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
@@ -6,7 +6,7 @@ plugins {
66
kotlin("plugin.serialization") version "2.1.0"
77
id("io.gitlab.arturbosch.detekt") version ("1.23.1")
88
id("jacoco")
9-
id("org.jetbrains.dokka") version "1.9.20"
9+
id("org.jetbrains.dokka") version "2.0.0"
1010
id("maven-publish")
1111
signing
1212
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"

0 commit comments

Comments
 (0)