We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec0ea9 commit 481afd3Copy full SHA for 481afd3
kotest/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
// Kotest is a peer dependency
15
compileOnly("io.kotest:kotest-framework-api:4.6.4")
16
17
- testImplementation("io.kotest:kotest-runner-junit5:4.6.4")
+ testImplementation("io.kotest:kotest-runner-junit5:6.1.4")
18
testImplementation("ch.tutteli.atrium:atrium-fluent-en_GB:0.18.0")
19
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
20
0 commit comments