Skip to content

Commit

Permalink
Bump Detekt Plugin to 1.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Sep 24, 2024
1 parent 22d501c commit 5fad1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object versions {

const val kotlin = "2.0.20" // also in buildSrc build.gradle.kts file
const val androidPlugin = "8.5.2" // also in buildSrc build.gradle.kts file
const val detektPlugin = "1.23.6"
const val detektPlugin = "1.23.7"
const val ktlintPlugin = "12.1.1"
const val gradleVersionsPlugin = "0.51.0"
const val dokkaPlugin = "1.9.20"
Expand Down

0 comments on commit 5fad1ec

Please sign in to comment.