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 7d675bf commit f299d02Copy full SHA for f299d02
build.gradle.kts
@@ -81,7 +81,7 @@ dependencies {
81
82
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.20")
83
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
84
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
85
}
86
87
val dependencyVersions = listOf(
0 commit comments