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 327bdaa commit 249ee3bCopy full SHA for 249ee3b
README.md
@@ -23,8 +23,10 @@ Example:
23
24
```groovy
25
dependencies {
26
- implementation 'io.rsocket:rsocket-core:0.11.14'
27
- implementation 'io.rsocket:rsocket-transport-netty:0.11.14'
+ implementation 'io.rsocket:rsocket-transport-netty:0.11.13'
+ implementation 'io.rsocket:rsocket-core:0.11.13'
28
+// implementation 'io.rsocket:rsocket-core:0.11.14.BUILD-SNAPSHOT'
29
+// implementation 'io.rsocket:rsocket-transport-netty:0.11.14.BUILD-SNAPSHOT'
30
}
31
```
32
0 commit comments