Skip to content

Commit 5c51bf9

Browse files
authored
Merge pull request #149 from nuhkoca/renovate/kotlinx-coroutines-monorepo
Update kotlinx-coroutines monorepo to v1.9.0
2 parents 56147f6 + b71d3d0 commit 5c51bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/dependencies/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Versions {
1717
const val okHttp = "4.12.0"
1818

1919
// Coroutines
20-
const val coroutines = "1.8.1"
20+
const val coroutines = "1.9.0"
2121

2222
// Lifecycle
2323
const val lifecycle = "2.8.6"
@@ -47,5 +47,5 @@ object Versions {
4747
const val espresso_core = "3.5.1"
4848
const val mockK = "1.13.13"
4949
const val arch_core = "2.2.0"
50-
const val coroutines_core = "1.8.1"
50+
const val coroutines_core = "1.9.0"
5151
}

0 commit comments

Comments
 (0)