Skip to content

Commit 3cd9872

Browse files
authored
Merge pull request #16 from rsocket/release/0.2.6
Release/0.2.6
2 parents 4298422 + a1f4440 commit 3cd9872

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.11'
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'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.rsocket.rpc
2-
version=0.2.5
2+
version=0.2.6

0 commit comments

Comments
 (0)