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 9e986e9 commit 129ddb4Copy full SHA for 129ddb4
build.gradle.kts
@@ -77,7 +77,7 @@ dependencies {
77
implementation("com.google.re2j:re2j:1.7")
78
// implementation("com.github.fge:json-schema-validator:2.2.6")
79
80
- testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.8.21")
+ testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.8.22")
81
testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
82
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.3")
83
}
0 commit comments