From bca63918abc600dc79daec1691260c2550ba9465 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 09:57:29 +0200 Subject: [PATCH] Switch to Reactor Californium snapshots --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cd7a098b0b..9276b8af5b 100644 --- a/build.gradle +++ b/build.gradle @@ -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 -> repositories { mavenCentral() maven { url "https://repo.spring.io/libs-release" } + maven { url "https://repo.spring.io/snapshot" } } dependencies {