Skip to content

Commit 24bd014

Browse files
committed
Switch to Reactor snapshots
See gh-25884
1 parent fee8abf commit 24bd014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configure(allprojects) { project ->
2727
imports {
2828
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.3"
2929
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"
3131
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR7"
3232
mavenBom "io.rsocket:rsocket-bom:1.1.0-M2"
3333
mavenBom "org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
@@ -290,7 +290,7 @@ configure(allprojects) { project ->
290290
repositories {
291291
mavenCentral()
292292
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
294294
}
295295
}
296296
configurations.all {

0 commit comments

Comments
 (0)