Skip to content

Commit 4004f92

Browse files
committed
Switch back to Reactor Bismuth SNAPTHOTs
Preparing for Bismut-SR11
1 parent 6189e17 commit 4004f92

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
@@ -48,7 +48,7 @@ ext {
4848
kotlinVersion = "1.2.51"
4949
log4jVersion = "2.11.1"
5050
nettyVersion = "4.1.29.Final"
51-
reactorVersion = "Bismuth-SR10"
51+
reactorVersion = "Bismuth-BUILD-SNAPSHOT"
5252
rxjavaVersion = "1.3.8"
5353
rxjavaAdapterVersion = "1.2.1"
5454
rxjava2Version = "2.1.17"
@@ -152,6 +152,7 @@ configure(allprojects) { project ->
152152

153153
repositories {
154154
maven { url "https://repo.spring.io/libs-release" }
155+
maven { url "https://repo.spring.io/libs-snapshot" }
155156
}
156157

157158
dependencies {

0 commit comments

Comments
 (0)