Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 91e14de

Browse files
Update dependency detekt to v1.23.0
1 parent 3e3f684 commit 91e14de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
detekt {
16-
toolVersion = "1.22.0"
16+
toolVersion = "1.23.0"
1717
config = files("config/detekt/detekt.yml")
1818
buildUponDefaultConfig = true
1919
}

0 commit comments

Comments
 (0)