Skip to content

Commit 994ec70

Browse files
committed
Upgrade to Kotlin Coroutines 1.4.2
Closes gh-26226
1 parent da15fe4 commit 994ec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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"
3333
mavenBom "org.eclipse.jetty:jetty-bom:9.4.35.v20201120"
3434
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.20"
35-
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.1"
35+
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
3636
mavenBom "org.junit:junit-bom:5.7.0"
3737
}
3838
dependencies {

0 commit comments

Comments
 (0)