Skip to content

Commit

Permalink
Upgrade to Reactor Dysprosium SR3
Browse files Browse the repository at this point in the history
Closes gh-24349
  • Loading branch information
snicoll committed Jan 13, 2020
1 parent 1c270d8 commit 5debd86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.2"
mavenBom "io.netty:netty-bom:4.1.44.Final"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR3"
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC5"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.25.v20191220"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.61"
Expand Down Expand Up @@ -286,7 +286,6 @@ configure(allprojects) { project ->
}
repositories {
mavenCentral()
maven { url "https://repo.spring.io/snapshot" } // Reactor Dysprosium snapshots
maven { url "https://repo.spring.io/libs-spring-framework-build" }
}
}
Expand Down

0 comments on commit 5debd86

Please sign in to comment.