Skip to content

Commit

Permalink
Start building against Reactor 2020.0.13 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 4, 2021
1 parent 0c7e000 commit 1b4438c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -29,7 +29,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.5"
mavenBom "io.netty:netty-bom:4.1.69.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.12"
mavenBom "io.projectreactor:reactor-bom:2020.0.13-SNAPSHOT"
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR10"
mavenBom "io.rsocket:rsocket-bom:1.1.1"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.44.v20210927"
Expand Down Expand Up @@ -292,6 +292,8 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/snapshot" } // reactor

}
}
configurations.all {
Expand Down

0 comments on commit 1b4438c

Please sign in to comment.