Skip to content

Commit f7ec92c

Browse files
committed
Start building against Reactor Dysprosium-SR13 snpshots
See gh-25946
1 parent 7bee3d1 commit f7ec92c

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.10.5"
3131
mavenBom "io.netty:netty-bom:4.1.51.Final"
32-
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR12"
32+
mavenBom "io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT"
3333
mavenBom "io.rsocket:rsocket-bom:1.0.1"
3434
mavenBom "org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
3535
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.72"
@@ -280,6 +280,7 @@ configure(allprojects) { project ->
280280
repositories {
281281
mavenCentral()
282282
maven { url "https://repo.spring.io/libs-spring-framework-build" }
283+
maven { url "https://repo.spring.io/snapshot" } // Reactor
283284
}
284285
}
285286
configurations.all {

0 commit comments

Comments
 (0)