Skip to content

Commit

Permalink
Update plugin io.gitlab.arturbosch.detekt to v1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 465e822 commit 28348d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pluginManagement {
val kotlinVersion = extra["kotlin.version"] as String
val agpVersion = extra["agp.version"] as String
val composeVersion = extra["compose.version"] as String
val detektVersion = "1.23.4"
val detektVersion = "1.23.6"

kotlin("jvm").version(kotlinVersion)
kotlin("multiplatform").version(kotlinVersion)
Expand Down

0 comments on commit 28348d2

Please sign in to comment.