Skip to content

Commit 132fc84

Browse files
fix(deps): update kotlinx-coroutines monorepo to v1.10.2
1 parent ac3a3ff commit 132fc84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ org.gradle.configuration-cache=true
88

99
okhttp_version=4.12.0
1010
moshi_version=1.15.0
11-
kotlinx_coroutines_version=1.7.3
11+
kotlinx_coroutines_version=1.10.2
1212
kotest_version=5.9.1
1313
junit_jupiter_version=5.8.1

utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies {
99
// Apply the kotlinx bundle of dependencies from the version catalog (`gradle/libs.versions.toml`).
1010
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
12-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
12+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
1313
testImplementation(kotlin("test"))
1414
}

0 commit comments

Comments
 (0)