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 8eea731 + 8585ca9 commit 648ebbcCopy full SHA for 648ebbc
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.6.10")
+ implementation("io.projectreactor:reactor-test:3.6.11")
95
}
96
97
simbot-commons/simbot-common-suspend-runner/build.gradle.kts
@@ -80,7 +80,7 @@ kotlin {
80
81
implementation(libs.kotlinx.coroutines.rx2)
82
implementation(libs.kotlinx.coroutines.rx3)
83
84
85
86
0 commit comments