Skip to content

Commit 4716e48

Browse files
committed
Upgrade to Reactor 2020.0.0-M1
See gh-25085
1 parent 22bf62d commit 4716e48

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
@@ -25,7 +25,7 @@ configure(allprojects) { project ->
2525
imports {
2626
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.0"
2727
mavenBom "io.netty:netty-bom:4.1.50.Final"
28-
mavenBom "io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT"
28+
mavenBom "io.projectreactor:reactor-bom:2020.0.0-M1"
2929
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR5"
3030
mavenBom "io.rsocket:rsocket-bom:1.0.1"
3131
mavenBom "org.eclipse.jetty:jetty-bom:9.4.30.v20200611"
@@ -285,7 +285,7 @@ configure(allprojects) { project ->
285285
repositories {
286286
mavenCentral()
287287
maven { url "https://repo.spring.io/libs-spring-framework-build" }
288-
maven { url "https://repo.spring.io/snapshot" } // Reactor
288+
maven { url "https://repo.spring.io/milestone" } // Reactor
289289
}
290290
}
291291
configurations.all {

0 commit comments

Comments
 (0)