Skip to content

Commit 21ce795

Browse files
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-api to v1.23.8
1 parent 5c11fc2 commit 21ce795

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
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.21.0")
17+
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.8")
1818

1919
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.21.0")
2020
testImplementation("io.kotest:kotest-assertions-core:5.4.0")

0 commit comments

Comments
 (0)