Skip to content

Commit ccf9541

Browse files
committed
Start building against Reactor 2020.0.15 snapshots
See gh-27897
1 parent fdd6e50 commit ccf9541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configure(allprojects) { project ->
2929
imports {
3030
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.6"
3131
mavenBom "io.netty:netty-bom:4.1.72.Final"
32-
mavenBom "io.projectreactor:reactor-bom:2020.0.14"
32+
mavenBom "io.projectreactor:reactor-bom:2020.0.15-SNAPSHOT"
3333
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR11"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.1"
3535
mavenBom "org.eclipse.jetty:jetty-bom:9.4.44.v20210927"
@@ -292,6 +292,7 @@ configure(allprojects) { project ->
292292
repositories {
293293
mavenCentral()
294294
maven { url "https://repo.spring.io/libs-spring-framework-build" }
295+
maven { url "https://repo.spring.io/snapshot" } // reactor
295296
}
296297
}
297298
configurations.all {

0 commit comments

Comments
 (0)