Skip to content

Commit 5c860af

Browse files
committed
Upgrade to Reactor Dysprosium-M3
1 parent c9340ec commit 5c860af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040
kotlinVersion = "1.3.41"
4141
log4jVersion = "2.12.0"
4242
nettyVersion = "4.1.37.Final"
43-
reactorVersion = "Dysprosium-BUILD-SNAPSHOT"
43+
reactorVersion = "Dysprosium-M3"
4444
rsocketVersion = "0.12.2-RC4"
4545
rxjavaVersion = "1.3.8"
4646
rxjavaAdapterVersion = "1.2.1"
@@ -156,7 +156,7 @@ configure(allprojects) { project ->
156156
repositories {
157157
mavenCentral()
158158
maven { url "https://repo.spring.io/libs-release" }
159-
maven { url "https://repo.spring.io/snapshot" } // Reactor
159+
maven { url "https://repo.spring.io/milestone" } // Reactor
160160
mavenLocal()
161161
}
162162

0 commit comments

Comments
 (0)