Skip to content

Commit

Permalink
Upgrade to Reactor Dysprosium-SR10
Browse files Browse the repository at this point in the history
Closes gh-25376
  • Loading branch information
rstoyanchev committed Jul 20, 2020
1 parent 65e6010 commit eb032a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Expand Up @@ -28,7 +28,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.4"
mavenBom "io.netty:netty-bom:4.1.51.Final"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR10"
mavenBom "io.rsocket:rsocket-bom:1.0.1"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.30.v20200611"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.72"
Expand Down Expand Up @@ -279,7 +279,6 @@ 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 eb032a5

Please sign in to comment.