Browse Source

Switch to Reactor Californium snapshots

pull/23967/head
Stephane Nicoll 5 years ago
parent
commit
bca63918ab
  1. 3
      build.gradle

3
build.gradle

@ -38,7 +38,7 @@ ext { @@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
nettyVersion = "4.1.50.Final"
reactorVersion = "Californium-SR19"
reactorVersion = "Californium-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.19"
@ -149,6 +149,7 @@ configure(allprojects) { project -> @@ -149,6 +149,7 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {

Loading…
Cancel
Save