We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a63b3d commit 2ac4f47Copy full SHA for 2ac4f47
1 file changed
README.md
@@ -23,10 +23,10 @@ Example:
23
24
```groovy
25
dependencies {
26
- implementation 'io.rsocket:rsocket-core:0.12.2-RC4'
27
- implementation 'io.rsocket:rsocket-transport-netty:0.12.2-RC4'
28
-// implementation 'io.rsocket:rsocket-core:1.0.0-RC1-SNAPSHOT'
29
-// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC1-SNAPSHOT'
+ implementation 'io.rsocket:rsocket-core:1.0.0-RC2'
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC2'
+// implementation 'io.rsocket:rsocket-core:1.0.0-RC3-SNAPSHOT'
+// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC3-SNAPSHOT'
30
}
31
```
32
0 commit comments