There was an error while loading. Please reload this page.
1 parent e268141 commit 09ae527Copy full SHA for 09ae527
2 files changed
gradle.properties
@@ -8,6 +8,6 @@ org.gradle.configuration-cache=true
8
9
okhttp_version=4.12.0
10
moshi_version=1.15.0
11
-kotlinx_coroutines_version=1.7.3
+kotlinx_coroutines_version=1.10.2
12
kotest_version=5.9.1
13
junit_jupiter_version=5.8.1
utils/build.gradle.kts
@@ -9,6 +9,6 @@ dependencies {
// Apply the kotlinx bundle of dependencies from the version catalog (`gradle/libs.versions.toml`).
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
testImplementation(kotlin("test"))
14
}
0 commit comments