Skip to content

Commit

Permalink
Update coroutines to v1.8.0
Browse files Browse the repository at this point in the history
| datasource | package                                           | from  | to    |
| ---------- | ------------------------------------------------- | ----- | ----- |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-test     | 1.6.1 | 1.8.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8     | 1.6.1 | 1.8.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-reactor  | 1.6.1 | 1.8.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-reactive | 1.6.1 | 1.8.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-core     | 1.6.1 | 1.8.0 |
  • Loading branch information
renovate[bot] committed Feb 15, 2024
1 parent d8c65a0 commit 070dac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "1.6.20"
arrow = "1.0.1"
arrowGradleConfig = "0.10.3-alpha.1"
coroutines = "1.6.1"
coroutines = "1.8.0"
kotlinxSerialization = "1.6.21"
dokka = "1.6.10"
kotlinxSerializationJson = "1.3.3"
Expand Down

0 comments on commit 070dac7

Please sign in to comment.