Skip to content

Commit c9cee99

Browse files
authored
update to rsocket 0.12.2-rc2 (#40)
1 parent cd48b83 commit c9cee99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ subprojects {
3434
targetCompatibility = 1.8
3535

3636
ext['reactor-bom.version'] = 'Californium-SR5'
37-
ext['rsocket.version'] = '0.12.2-RC1'
37+
ext['rsocket.version'] = '0.12.2-RC2'
3838

3939
ext['protobuf.version'] = '3.6.1'
4040
ext['log4j.version'] = '2.11.2'

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.17
2+
version=0.2.18

0 commit comments

Comments
 (0)