diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts index d5c49da..f29118d 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -12,10 +12,10 @@ projectConfiguration { dependencies { // Project api(project(":api")) - api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") + api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") // Testing - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0") testImplementation(project(":core")) testImplementation(project(":handler-simple")) }