Skip to content

Commit

Permalink
Upgrade to Reactor Californium-SR20
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev authored and zx20110729 committed Feb 18, 2022
1 parent 04f62aa commit 2d0044a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Expand Up @@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
nettyVersion = "4.1.51.Final"
reactorVersion = "Californium-BUILD-SNAPSHOT"
reactorVersion = "Californium-SR20"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.19"
Expand Down Expand Up @@ -149,7 +149,6 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" }
}

dependencies {
Expand Down

0 comments on commit 2d0044a

Please sign in to comment.