Skip to content

Commit ece4e51

Browse files
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2.1.0 (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57822dc commit ece4e51

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 = "8.0.0"
1818
const val detekt = "1.23.8"
1919
const val ktlint = "13.1.0"
20-
const val dokka = "2.0.0"
20+
const val dokka = "2.1.0"
2121
}
2222

2323
dependencies {

0 commit comments

Comments
 (0)