Skip to content

Commit

Permalink
upgrading dokka version
Browse files Browse the repository at this point in the history
  • Loading branch information
pintowar committed Apr 22, 2023
1 parent 76bc65b commit 435fb1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/sudoscan.kotlin-base.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ java {

configure<KtlintExtension> {
verbose.set(true)
debug.set(true)
outputToConsole.set(true)
coloredOutput.set(true)
reporters {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotest-gradle = "0.4.10"
git-gradle = "2.4.0"

kotlin = "1.8.10"
dokka = "1.7.20"
dokka = "1.8.10"
kotlin-logging = "2.0.10"
kotest = "5.6.1"
mockk = "1.12.0"
Expand Down

0 comments on commit 435fb1d

Please sign in to comment.