Skip to content

Commit

Permalink
Detekt 1.23.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 27, 2023
1 parent 605ec1c commit 97e76e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tasks.withType<Test>().configureEach {
configurations.configureEach {
resolutionStrategy.eachDependency {
if (this@configureEach.name == "detekt" && requested.group == "org.jetbrains.kotlin") {
useVersion("1.9.10")
useVersion("1.9.21")
}
}
}
Expand All @@ -90,7 +90,6 @@ allprojects {
}
tasks.withType<Detekt>().configureEach {
reports {
jvmTarget = JvmTarget.JVM_20.target // TODO remove once detekt supports JVM 21 bytecode
html.outputLocation.set(file("build/reports/detekt/${project.name}.html"))
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jib = "3.4.0"
ktor = "2.3.6"
dgsBom = "8.1.1"
dgsCodegen = "6.1.0"
detekt = "1.23.3"
detekt = "1.23.4"
apacheCommonsText = "1.11.0"
apacheCommonsLang3 = "3.14.0"
caffeine = "3.1.8"
Expand Down

0 comments on commit 97e76e0

Please sign in to comment.