File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ configure(allprojects) { project ->
28
28
imports {
29
29
mavenBom " com.fasterxml.jackson:jackson-bom:2.10.5"
30
30
mavenBom " io.netty:netty-bom:4.1.51.Final"
31
- mavenBom " io.projectreactor:reactor-bom:Dysprosium-SR17 "
31
+ mavenBom " io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT "
32
32
mavenBom " io.rsocket:rsocket-bom:1.0.4"
33
33
mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
34
34
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.72"
@@ -279,6 +279,7 @@ configure(allprojects) { project ->
279
279
repositories {
280
280
mavenCentral()
281
281
maven { url " https://repo.spring.io/libs-spring-framework-build" }
282
+ maven { url " https://repo.spring.io/snapshot" } // reactor
282
283
}
283
284
}
284
285
configurations. all {
You can’t perform that action at this time.
0 commit comments