Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines…
Browse files Browse the repository at this point in the history
…-core to v1.8.1 (#391)
  • Loading branch information
nedtwigg committed May 11, 2024
2 parents cba381c + 04e7c41 commit 80041e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/undertest-junit5/build.gradle
Expand Up @@ -20,7 +20,7 @@ spotless {
dependencies {
testImplementation project(':selfie-runner-junit5')
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$ver_KOTLIN_TEST"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
Expand Down

0 comments on commit 80041e5

Please sign in to comment.