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 83a3eaa commit c88aa46Copy full SHA for c88aa46
build.gradle
@@ -292,8 +292,9 @@ dependencies {
292
implementation("org.springframework:spring-websocket")
293
294
implementation("io.projectreactor.addons:reactor-extra")
295
+ implementation("io.projectreactor:reactor-tools")
296
- def commonsVersion = "d234f8647a159f4f40d5b935d49b083e0c67c201"
297
+ def commonsVersion = "c060e973aa54e1fa215df15c1b8bad22806d84aa"
298
299
implementation("com.github.FAForever.faf-java-commons:faf-commons-data:${commonsVersion}") {
300
exclude module: 'guava'
@@ -363,4 +364,4 @@ dependencies {
363
364
testCompileOnly("org.projectlombok:lombok")
365
366
codacy("com.github.codacy:codacy-coverage-reporter:-SNAPSHOT")
-}
367
+}
0 commit comments