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 678c7ee + d6c3bc4 commit ac810efCopy full SHA for ac810ef
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.3")
+ implementation("io.projectreactor:reactor-test:3.7.5")
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