Upgrade to Kotlin Coroutines 1.7.2

Closes gh-36376
This commit is contained in:
Stephane Nicoll 2023-07-12 18:14:39 +02:00
parent 11898c0b56
commit 9a8b3246a4

View File

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