We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf76fa8 commit 93be222Copy full SHA for 93be222
buildSrc/src/main/kotlin/dependencies/Versions.kt
@@ -17,7 +17,7 @@ object Versions {
17
const val okHttp = "4.12.0"
18
19
// Coroutines
20
- const val coroutines = "1.9.0"
+ const val coroutines = "1.10.1"
21
22
// Lifecycle
23
const val lifecycle = "2.8.6"
@@ -47,5 +47,5 @@ object Versions {
47
const val espresso_core = "3.5.1"
48
const val mockK = "1.13.13"
49
const val arch_core = "2.2.0"
50
- const val coroutines_core = "1.9.0"
+ const val coroutines_core = "1.10.1"
51
}
0 commit comments