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