We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be7d6c commit 1171fc7Copy full SHA for 1171fc7
2 files changed
README.md
@@ -23,10 +23,10 @@ Example:
23
24
```groovy
25
dependencies {
26
- implementation 'io.rsocket:rsocket-core:0.11.13'
27
- implementation 'io.rsocket:rsocket-transport-netty: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'
+ implementation 'io.rsocket:rsocket-core:0.11.14'
+ implementation 'io.rsocket:rsocket-transport-netty:0.11.14'
+// implementation 'io.rsocket:rsocket-core:0.11.15.BUILD-SNAPSHOT'
+// implementation 'io.rsocket:rsocket-transport-netty:0.11.15.BUILD-SNAPSHOT'
30
}
31
```
32
gradle.properties
@@ -12,4 +12,4 @@
12
# limitations under the License.
13
#
14
15
-version=0.11.14
+version=0.11.15.BUILD.SNAPSHOT
0 commit comments