Skip to content

Commit

Permalink
Update kotlinx-coroutines monorepo to v1.10.0
Browse files Browse the repository at this point in the history
| datasource | package                                          | from  | to     |
| ---------- | ------------------------------------------------ | ----- | ------ |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8    | 1.9.0 | 1.10.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-test    | 1.9.0 | 1.10.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-swing   | 1.9.0 | 1.10.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.9.0 | 1.10.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-core    | 1.9.0 | 1.10.0 |
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent a6360e3 commit 4cf4858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
junit = "4.13.2"
kotlin = "2.0.21"
coroutines = "1.9.0"
coroutines = "1.10.0"
kotlinx-serialization-json = "1.7.3"
kotlinx-collections-immutable = "0.3.8"

Expand Down

0 comments on commit 4cf4858

Please sign in to comment.