Skip to content

Commit 93be222

Browse files
Update kotlinx-coroutines monorepo to v1.10.1
1 parent cf76fa8 commit 93be222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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.9.0"
20+
const val coroutines = "1.10.1"
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.9.0"
50+
const val coroutines_core = "1.10.1"
5151
}

0 commit comments

Comments
 (0)