Skip to content

Commit 1fa5f03

Browse files
committed
Upgrade to Reactor Californium SNAPSHOTs
1 parent 6184c4e commit 1fa5f03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
5353
ext.kotlinVersion = "1.2.31"
5454
ext.log4jVersion = "2.11.0"
5555
ext.nettyVersion = "4.1.23.Final"
56-
ext.reactorVersion = "Bismuth-SR8"
56+
ext.reactorVersion = "Californium-BUILD-SNAPSHOT"
5757
ext.rxjavaVersion = "1.3.8"
5858
ext.rxjavaAdapterVersion = "1.2.1"
5959
ext.rxjava2Version = "2.1.12"
@@ -139,6 +139,7 @@ configure(allprojects) { project ->
139139

140140
repositories {
141141
maven { url "https://repo.spring.io/libs-release" }
142+
maven { url "https://repo.spring.io/snapshot" } // for Reactor
142143
}
143144

144145
dependencies {

0 commit comments

Comments
 (0)