Upgrade to Kotlin Coroutines 1.6.0

Closes gh-29264
This commit is contained in:
Stephane Nicoll
2022-01-05 09:45:36 +01:00
parent ce7a3d0ef2
commit 8b0ea24ac2

View File

@@ -1056,7 +1056,7 @@ bom {
]
}
}
library("Kotlin Coroutines", "1.5.2") {
library("Kotlin Coroutines", "1.6.0") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-coroutines-bom"