Upgrade to Kotlin Coroutines 1.3.1

This commit is contained in:
Sebastien Deleuze
2019-09-05 15:09:17 +02:00
parent 9afe17a29b
commit aa81fdc66f

View File

@@ -35,7 +35,7 @@ configure(allprojects) { project ->
mavenBom "io.projectreactor:reactor-bom:Dysprosium-RC1"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.20.v20190813"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.50"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.0"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.1"
mavenBom "org.junit:junit-bom:5.5.1"
}
dependencies {