Skip to content

Commit

Permalink
Upgrade to Reactor Californium SNAPSHOTs
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Apr 12, 2018
1 parent 6184c4e commit 1fa5f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ configure(allprojects) { project ->
ext.kotlinVersion = "1.2.31"
ext.log4jVersion = "2.11.0"
ext.nettyVersion = "4.1.23.Final"
ext.reactorVersion = "Bismuth-SR8"
ext.reactorVersion = "Californium-BUILD-SNAPSHOT"
ext.rxjavaVersion = "1.3.8"
ext.rxjavaAdapterVersion = "1.2.1"
ext.rxjava2Version = "2.1.12"
Expand Down Expand Up @@ -139,6 +139,7 @@ configure(allprojects) { project ->

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

dependencies {
Expand Down

0 comments on commit 1fa5f03

Please sign in to comment.