Skip to content

Commit 9ebd3ee

Browse files
committed
Upgrade to Kotlin Coroutines 1.4.0
Closes gh-25969
1 parent 3f01af6 commit 9ebd3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configure(allprojects) { project ->
3232
mavenBom "io.rsocket:rsocket-bom:1.1.0-SNAPSHOT"
3333
mavenBom "org.eclipse.jetty:jetty-bom:9.4.33.v20201020"
3434
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.10"
35-
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0-M1"
35+
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0"
3636
mavenBom "org.junit:junit-bom:5.7.0"
3737
}
3838
dependencies {

0 commit comments

Comments
 (0)