We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355a261 commit b4c34b3Copy full SHA for b4c34b3
build.gradle
@@ -38,8 +38,8 @@ subprojects {
38
sourceCompatibility = 1.8
39
targetCompatibility = 1.8
40
41
- ext['reactor-bom.version'] = 'Californium-SR2'
42
- ext['rsocket.version'] = '0.11.12.BUILD-SNAPSHOT'
+ ext['reactor-bom.version'] = 'Californium-SR1'
+ ext['rsocket.version'] = '0.11.12'
43
44
ext['protobuf.version'] = '3.6.1'
45
ext['log4j.version'] = '2.9.0'
0 commit comments