We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8177294 commit efc5121Copy full SHA for efc5121
build.gradle.kts
@@ -81,7 +81,7 @@ dependencies {
81
82
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.0")
83
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
84
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.3")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
85
}
86
87
val dependencyVersions = listOf(
0 commit comments