Skip to content

Commit cb9db70

Browse files
committed
Merge branch '5.1.x'
2 parents 0b617a8 + e7c038f commit cb9db70

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.3.21"
3939
log4jVersion = "2.11.1"
4040
nettyVersion = "4.1.33.Final"
41-
reactorVersion = "Californium-SR4"
41+
reactorVersion = "Californium-BUILD-SNAPSHOT"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.6"
@@ -150,6 +150,7 @@ configure(allprojects) { project ->
150150
repositories {
151151
mavenLocal()
152152
maven { url "https://repo.spring.io/libs-release" }
153+
maven { url "https://repo.spring.io/libs-snapshot" } // Reactor
153154
}
154155

155156
dependencies {

0 commit comments

Comments
 (0)