Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 1b17940

Browse files
committed
upgrade to rsocket snapshot for switch transform fix
1 parent 15fcb54 commit 1b17940

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ subprojects {
3434
apply plugin: 'maven-publish'
3535

3636
ext['reactor-bom.version'] = 'Californium-SR2'
37-
ext['rsocket.version'] = '0.11.11'
37+
ext['rsocket.version'] = '0.11.12.BUILD-SNAPSHOT'
3838
ext['rsocket-rpc.version'] = '0.2.5'
3939

4040
ext['jackson.version'] = '2.9.7'
@@ -63,7 +63,10 @@ subprojects {
6363
repositories {
6464
mavenCentral()
6565
jcenter()
66+
maven { url 'http://repo.spring.io/libs-snapshot' }
67+
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
6668
maven { url 'https://oss.jfrog.org/oss-release-local' }
69+
6770
}
6871

6972
googleJavaFormat {

0 commit comments

Comments
 (0)