Skip to content

Commit

Permalink
Upgrade to Reactor Californium-SR2
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Oct 29, 2018
1 parent dc1e3b4 commit 5fb8dec
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 @@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.1"
nettyVersion = "4.1.30.Final"
reactorVersion = "Californium-BUILD-SNAPSHOT"
reactorVersion = "Californium-SR2"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.3"
Expand Down Expand Up @@ -148,7 +148,6 @@ configure(allprojects) { project ->

repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // Californium snapshots
}

dependencies {
Expand Down

0 comments on commit 5fb8dec

Please sign in to comment.