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 456dd2b commit 8ce390aCopy full SHA for 8ce390a
README.md
@@ -26,8 +26,8 @@ repositories {
26
mavenCentral()
27
}
28
dependencies {
29
- implementation 'io.rsocket:rsocket-core:1.0.0'
30
- implementation 'io.rsocket:rsocket-transport-netty:1.0.0'
+ implementation 'io.rsocket:rsocket-core:1.0.1'
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.1'
31
32
```
33
@@ -40,8 +40,8 @@ repositories {
40
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
41
42
43
- implementation 'io.rsocket:rsocket-core:1.0.1-SNAPSHOT'
44
- implementation 'io.rsocket:rsocket-transport-netty:1.0.1-SNAPSHOT'
+ implementation 'io.rsocket:rsocket-core:1.0.2-SNAPSHOT'
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.2-SNAPSHOT'
45
46
47
0 commit comments