Skip to content

Commit 75ebceb

Browse files
Update kotlinx-coroutines monorepo to v1.10.2
| datasource | package | from | to | | ---------- | ------------------------------------------------ | ----- | ------ | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-swing | 1.9.0 | 1.10.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.9.0 | 1.10.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.9.0 | 1.10.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 | 1.9.0 | 1.10.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.9.0 | 1.10.2 |
1 parent 8951431 commit 75ebceb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
junit = "4.13.2"
33
kotlin = "2.0.21"
4-
coroutines = "1.9.0"
4+
coroutines = "1.10.2"
55
kotlinx-serialization-json = "1.7.3"
66
kotlinx-collections-immutable = "0.3.8"
77

standalone-sample/kmpviewmodel_compose_koin_sample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin = "2.0.21"
44
java-target = "11"
55
# the Java version that is used to run the Java and Kotlin compilers and various other tasks
66
java-toolchain = "21"
7-
coroutines = "1.9.0"
7+
coroutines = "1.10.2"
88
kotlinx-serialization-json = "1.7.3"
99
kotlinx-collections-immutable = "0.3.8"
1010

standalone-sample/kmpviewmodel_compose_koject_sample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ksp = "2.0.21-1.0.28"
1919

2020
flow-ext = "1.0.0"
2121
kotlinx-collections-immutable = "0.3.8"
22-
kotlinx-coroutines = "1.9.0"
22+
kotlinx-coroutines = "1.10.2"
2323
solivagant-navigation = "0.5.0"
2424

2525
[libraries]

0 commit comments

Comments
 (0)