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.
2 parents 16175ff + 81c3865 commit d48b683Copy full SHA for d48b683
jdsl/build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
testImplementation("org.junit.jupiter:junit-jupiter-api")
46
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
47
48
- val kotest = "5.6.1"
+ val kotest = "5.6.2"
49
testImplementation("io.kotest:kotest-runner-junit5:$kotest")
50
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest")
51
testImplementation("io.kotest:kotest-assertions-json-jvm:$kotest")
0 commit comments