Skip to content

Commit 80041e5

Browse files
authored
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.1 (#391)
2 parents cba381c + 04e7c41 commit 80041e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/undertest-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spotless {
2020
dependencies {
2121
testImplementation project(':selfie-runner-junit5')
2222
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$ver_KOTLIN_TEST"
23-
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
23+
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
2424
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
2525
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2626
}

0 commit comments

Comments
 (0)