File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ configure(allprojects) { project ->
27
27
imports {
28
28
mavenBom " com.fasterxml.jackson:jackson-bom:2.11.3"
29
29
mavenBom " io.netty:netty-bom:4.1.52.Final"
30
- mavenBom " io.projectreactor:reactor-bom:2020.0.0-RC1 "
30
+ mavenBom " io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT "
31
31
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR7"
32
32
mavenBom " io.rsocket:rsocket-bom:1.1.0-M2"
33
33
mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
@@ -290,7 +290,7 @@ configure(allprojects) { project ->
290
290
repositories {
291
291
mavenCentral()
292
292
maven { url " https://repo.spring.io/libs-spring-framework-build" }
293
- maven { url " https://repo.spring.io/milestone " } // Reactor
293
+ maven { url " https://repo.spring.io/snapshot " } // Reactor
294
294
}
295
295
}
296
296
configurations. all {
You can’t perform that action at this time.
0 commit comments