Skip to content

Commit

Permalink
update to tutteli-gradle-plugins v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed May 15, 2023
1 parent 034470c commit f5fe497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ plugins {
kotlin("jvm") apply false
//needs to be applied before tutteli's dokka plugin in order that version takes precedence
id("org.jetbrains.dokka") version "1.8.10"
val tutteliGradleVersion = "4.8.0"
val tutteliGradleVersion = "4.9.0"
id("ch.tutteli.gradle.plugins.dokka") version tutteliGradleVersion
id("ch.tutteli.gradle.plugins.project.utils") version tutteliGradleVersion
id("ch.tutteli.gradle.plugins.publish") version tutteliGradleVersion apply false
Expand Down

0 comments on commit f5fe497

Please sign in to comment.