We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6b7bf commit a20cedbCopy full SHA for a20cedb
build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
dependencies {
16
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.21.0")
17
18
- testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.21.0")
+ testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.0")
19
testImplementation("io.kotest:kotest-assertions-core:5.4.0")
20
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
21
}
0 commit comments