We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2214ff8 commit 8cef13cCopy full SHA for 8cef13c
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.34.v20201102"
34
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.10"
35
- mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0"
+ mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.1"
36
mavenBom "org.junit:junit-bom:5.7.0"
37
}
38
dependencies {
0 commit comments