File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ configure(allprojects) { project ->
3636 imports {
3737 mavenBom " com.fasterxml.jackson:jackson-bom:2.10.2"
3838 mavenBom " io.netty:netty-bom:4.1.44.Final"
39- mavenBom " io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT "
39+ mavenBom " io.projectreactor:reactor-bom:Dysprosium-SR3 "
4040 mavenBom " io.rsocket:rsocket-bom:1.0.0-RC5"
4141 mavenBom " org.eclipse.jetty:jetty-bom:9.4.25.v20191220"
4242 mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.61"
@@ -286,7 +286,6 @@ configure(allprojects) { project ->
286286 }
287287 repositories {
288288 mavenCentral()
289- maven { url " https://repo.spring.io/snapshot" } // Reactor Dysprosium snapshots
290289 maven { url " https://repo.spring.io/libs-spring-framework-build" }
291290 }
292291 }
You can’t perform that action at this time.
0 commit comments