Skip to content

Commit d9d8157

Browse files
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v0.10.1 (#198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ff31d0 commit d9d8157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object PluginVersions {
1717
const val spotless = "5.15.0"
1818
const val detekt = "1.18.1"
1919
const val ktlint = "10.1.0"
20-
const val dokka = "0.10.0"
20+
const val dokka = "0.10.1"
2121
}
2222

2323
dependencies {

0 commit comments

Comments
 (0)