Skip to content

Commit ca4a696

Browse files
committed
Switch to Reactor Californium snapshots
See gh-25731
1 parent a63c888 commit ca4a696

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
@@ -38,7 +38,7 @@ ext {
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"
4040
nettyVersion = "4.1.51.Final"
41-
reactorVersion = "Californium-SR20"
41+
reactorVersion = "Californium-BUILD-SNAPSHOT"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.19"
@@ -149,6 +149,7 @@ configure(allprojects) { project ->
149149
repositories {
150150
mavenCentral()
151151
maven { url "https://repo.spring.io/libs-release" }
152+
maven { url "https://repo.spring.io/snapshot" } // Reactor
152153
}
153154

154155
dependencies {

0 commit comments

Comments
 (0)