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 b0b1605 commit 9ea06c2Copy full SHA for 9ea06c2
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.21.0")
18
19
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.21.0")
20
- testImplementation("io.kotest:kotest-assertions-core:5.4.0")
+ testImplementation("io.kotest:kotest-assertions-core:6.0.5")
21
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
22
}
23
0 commit comments