Switch back to Reactor Bismuth SNAPTHOTs

Preparing for Bismut-SR11
This commit is contained in:
Brian Clozel
2018-08-30 16:52:21 +02:00
parent 6189e17d7c
commit 4004f92e3f

View File

@@ -48,7 +48,7 @@ ext {
kotlinVersion = "1.2.51"
log4jVersion = "2.11.1"
nettyVersion = "4.1.29.Final"
reactorVersion = "Bismuth-SR10"
reactorVersion = "Bismuth-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.1.17"
@@ -152,6 +152,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/libs-snapshot" }
}
dependencies {