Skip to content

Commit

Permalink
build: update dokka to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Feb 1, 2024
1 parent bb7089e commit f742aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/embrace/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Versions {
val kotlinExposed = "1.4.32"

@JvmField
val dokka = "1.7.10"
val dokka = "1.9.10"

@JvmField
val detekt = "1.23.0" // kotlin 1.9 required before any further upgrades
Expand Down

0 comments on commit f742aec

Please sign in to comment.