Skip to content

Commit

Permalink
Upgrade to detekt 1.23.1 for Kotlin 1.9.0 compatibility detekt/detekt…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunk3l committed Aug 20, 2023
1 parent f3b1756 commit 369ad82
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 @@ -8,7 +8,7 @@ plugins {
id("java-library")
id("org.springframework.boot") version "3.1.2"
id("io.spring.dependency-management") version "1.1.3"
id("io.gitlab.arturbosch.detekt") version "1.23.0"
id("io.gitlab.arturbosch.detekt") version "1.23.1"
kotlin("jvm") version "1.9.0"
kotlin("plugin.spring") version "1.9.0"
}
Expand Down

0 comments on commit 369ad82

Please sign in to comment.