Skip to content

Commit

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

dependencies {
Expand Down

0 comments on commit 07561b9

Please sign in to comment.