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 f093960 + 20301a1 commit c3c7c10Copy full SHA for c3c7c10
build.gradle.kts
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- val coroutines = "1.8.1"
+ val coroutines = "1.9.0"
18
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
19
20
val kotest = "5.9.1"
0 commit comments