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

Commit bf808d7

Browse files
committed
change dependencies out for release + rsocket stream fix
1 parent 1cf2b8e commit bf808d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ subprojects {
3333
apply plugin: 'maven'
3434
apply plugin: 'maven-publish'
3535

36-
ext['reactor-bom.version'] = 'Californium-SR2'
37-
ext['rsocket.version'] = '0.11.12.BUILD-SNAPSHOT'
38-
ext['rsocket-rpc.version'] = '0.2.6.BUILD-SNAPSHOT'
36+
ext['reactor-bom.version'] = 'Californium-SR1'
37+
ext['rsocket.version'] = '0.11.10.BUILD-SNAPSHOT'
38+
ext['rsocket-rpc.version'] = '0.2.4'
3939

4040
ext['jackson.version'] = '2.9.7'
4141
ext['jackson-protobuf.version'] = '0.9.10-jackson2.9-proto3'

0 commit comments

Comments
 (0)