Skip to content

Commit 20cbd68

Browse files
committed
Start building against Reactor Dysprosium SR19 snapshots
See gh-26768
1 parent 5f9a6ce commit 20cbd68

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
@@ -28,7 +28,7 @@ configure(allprojects) { project ->
2828
imports {
2929
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.5"
3030
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"
3232
mavenBom "io.rsocket:rsocket-bom:1.0.4"
3333
mavenBom "org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
3434
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.72"
@@ -279,6 +279,7 @@ configure(allprojects) { project ->
279279
repositories {
280280
mavenCentral()
281281
maven { url "https://repo.spring.io/libs-spring-framework-build" }
282+
maven { url "https://repo.spring.io/snapshot" } // reactor
282283
}
283284
}
284285
configurations.all {

0 commit comments

Comments
 (0)