Skip to content

Commit

Permalink
Upgrade to Reactor Californium-SR20
Browse files Browse the repository at this point in the history
Closes gh-25412
  • Loading branch information
rstoyanchev committed Jul 20, 2020
1 parent ab6b504 commit 6be892e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Expand Up @@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
nettyVersion = "4.1.51.Final"
reactorVersion = "Californium-BUILD-SNAPSHOT"
reactorVersion = "Californium-SR20"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.19"
Expand Down Expand Up @@ -149,7 +149,6 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" }
}

dependencies {
Expand Down

0 comments on commit 6be892e

Please sign in to comment.