Upgrade to Kotlin Coroutines 1.8.0

Closes gh-39710
This commit is contained in:
Andy Wilkinson 2024-02-22 07:59:21 +00:00
parent 5206b82087
commit d4ee9317ea

View File

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