Skip to content

Commit

Permalink
fix(deps): update dependency detekt to v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2023
1 parent d6f6c3a commit e2e567f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ codeQualityTools {
toolVersion = '0.47.1'
}
detekt {
toolVersion = '1.0.0'
toolVersion = '1.23.0'
}
pmd {
enabled = false
Expand Down

0 comments on commit e2e567f

Please sign in to comment.