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.
2 parents 6c8081e + 9922f63 commit f717db4Copy full SHA for f717db4
simbot-commons/simbot-common-core/build.gradle.kts
@@ -91,7 +91,7 @@ kotlin {
91
dependencies {
92
implementation(kotlin("test-junit5"))
93
implementation(libs.kotlinx.coroutines.reactor)
94
- implementation("io.projectreactor:reactor-test:3.7.9")
+ implementation("io.projectreactor:reactor-test:3.7.11")
95
}
96
97
simbot-commons/simbot-common-suspend-runner/build.gradle.kts
@@ -90,7 +90,7 @@ kotlin {
90
implementation(libs.kotlinx.coroutines.rx2)
implementation(libs.kotlinx.coroutines.rx3)
0 commit comments