Skip to content

Commit

Permalink
Upgrade to Kotlin Coroutines 1.4.0
Browse files Browse the repository at this point in the history
Closes gh-25969
  • Loading branch information
sdeleuze committed Oct 26, 2020
1 parent 3f01af6 commit 9ebd3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9ebd3ee

Please sign in to comment.