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 07111e3 commit f0b14d5Copy full SHA for f0b14d5
build.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
66
// implementation("com.github.fge:json-schema-validator:2.2.6")
67
68
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:${libs.versions.kotlin.get()}")
69
- testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
+ testImplementation("io.kotest:kotest-runner-junit5:6.0.4")
70
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
71
}
72
0 commit comments