Upgrade to Kotlin Coroutines 1.6.1

Closes gh-30719
This commit is contained in:
Stephane Nicoll
2022-04-18 10:49:30 +02:00
parent f849f03056
commit 3ed0716646

View File

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