8000
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 d1a8e6e commit 6d7b99aCopy full SHA for 6d7b99a
README.md
@@ -23,10 +23,10 @@ Example:
23
24
```groovy
25
dependencies {
26
- implementation 'io.rsocket:rsocket-core:1.0.0-RC2'
27
- implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC2'
28
-// implementation 'io.rsocket:rsocket-core:1.0.0-RC3-SNAPSHOT'
29
-// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC3-SNAPSHOT'
+ implementation 'io.rsocket:rsocket-core:1.0.0-RC3'
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC3'
+// implementation 'io.rsocket:rsocket-core:1.0.0-RC4-SNAPSHOT'
+// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC4-SNAPSHOT'
30
}
31
```
32
0 commit comments