Skip to content

Commit 10c9d2f

Browse files
committed
Upgrade to Reactor Calfiornium-SR16
Closes gh-24527
1 parent 439ffe2 commit 10c9d2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
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.44.Final"
41-
reactorVersion = "Californium-BUILD-SNAPSHOT"
41+
reactorVersion = "Californium-SR16"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.17"
@@ -148,7 +148,6 @@ configure(allprojects) { project ->
148148

149149
repositories {
150150
maven { url "https://repo.spring.io/libs-release" }
151-
maven { url "https://repo.spring.io/libs-snapshot" } // Reactor snapshots
152151
mavenLocal()
153152
}
154153

0 commit comments

Comments
 (0)