Skip to content

Commit b4c34b3

Browse files
committed
import latest rsocket
1 parent 355a261 commit b4c34b3

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
@@ -38,8 +38,8 @@ subprojects {
3838
sourceCompatibility = 1.8
3939
targetCompatibility = 1.8
4040

41-
ext['reactor-bom.version'] = 'Californium-SR2'
42-
ext['rsocket.version'] = '0.11.12.BUILD-SNAPSHOT'
41+
ext['reactor-bom.version'] = 'Californium-SR1'
42+
ext['rsocket.version'] = '0.11.12'
4343

4444
ext['protobuf.version'] = '3.6.1'
4545
ext['log4j.version'] = '2.9.0'

0 commit comments

Comments
 (0)