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.
2 parents cba381c + 04e7c41 commit 80041e5Copy full SHA for 80041e5
jvm/undertest-junit5/build.gradle
@@ -20,7 +20,7 @@ spotless {
20
dependencies {
21
testImplementation project(':selfie-runner-junit5')
22
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$ver_KOTLIN_TEST"
23
- testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
+ testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
24
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
25
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
26
}
0 commit comments