Skip to content

Commit 1bc2bee

Browse files
committed
chore(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.6.20
1 parent 91a0efd commit 1bc2bee

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
@@ -10,7 +10,7 @@ repositories {
1010
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
1111
dependencies {
1212
implementation("org.ajoberstar.reckon:reckon-gradle:0.16.1")
13-
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
13+
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.20")
1414
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
1515
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.findVersion("kotlin").get()}")
1616
}

0 commit comments

Comments
 (0)