Skip to content

Commit

Permalink
Update dependency detekt to v1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cortinico committed Aug 26, 2024
1 parent 5df809c commit e0c10c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-static-analysis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ ktlint {
}

detekt {
toolVersion = "1.5.1"
toolVersion = "1.23.6"
config = files("../config/detekt/detekt.yml")
}

0 comments on commit e0c10c2

Please sign in to comment.