Upgrade to Kotlin Coroutines 1.6.3

Closes gh-31643
This commit is contained in:
Andy Wilkinson 2022-07-07 17:37:21 +01:00
parent ffc498ee76
commit 45c05481ba

View File

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