We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da15fe4 commit 994ec70Copy full SHA for 994ec70
build.gradle
@@ -32,7 +32,7 @@ configure(allprojects) { project ->
32
mavenBom "io.rsocket:rsocket-bom:1.1.0"
33
mavenBom "org.eclipse.jetty:jetty-bom:9.4.35.v20201120"
34
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.20"
35
- mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.1"
+ mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
36
mavenBom "org.junit:junit-bom:5.7.0"
37
}
38
dependencies {
0 commit comments