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 447fc5b commit 0f17c68Copy full SHA for 0f17c68
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")
69
- testImplementation("io.kotest:kotest-runner-junit5:4.6.4")
+ testImplementation("io.kotest:kotest-runner-junit5:5.1.0")
70
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
71
}
72
0 commit comments