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 f76fbde + 130f3ce commit 9407316Copy full SHA for 9407316
simbot-commons/simbot-common-core/build.gradle.kts
@@ -93,7 +93,7 @@ kotlin {
93
dependencies {
94
implementation(kotlin("test-junit5"))
95
implementation(libs.kotlinx.coroutines.reactor)
96
- implementation("io.projectreactor:reactor-test:3.6.9")
+ implementation("io.projectreactor:reactor-test:3.6.10")
97
}
98
99
simbot-commons/simbot-common-suspend-runner/build.gradle.kts
@@ -82,7 +82,7 @@ kotlin {
82
83
implementation(libs.kotlinx.coroutines.rx2)
84
implementation(libs.kotlinx.coroutines.rx3)
85
86
87
88
0 commit comments