Upgrade to Kotlin Coroutines 1.4.0

Closes gh-25969
This commit is contained in:
Sébastien Deleuze 2020-10-26 20:07:50 +01:00
parent 3f01af6f7c
commit 9ebd3ee1fe
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ configure(allprojects) { project ->
mavenBom "io.rsocket:rsocket-bom:1.1.0-SNAPSHOT"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.33.v20201020"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.10"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0-M1"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0"
mavenBom "org.junit:junit-bom:5.7.0"
}
dependencies {