File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ Example:
2323
2424``` groovy
2525dependencies {
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'
26+ implementation 'io.rsocket:rsocket-core:0.11.14 '
27+ implementation 'io.rsocket:rsocket-transport-netty:0.11.14 '
28+ // implementation 'io.rsocket:rsocket-core:0.11.15 .BUILD-SNAPSHOT'
29+ // implementation 'io.rsocket:rsocket-transport-netty:0.11.15 .BUILD-SNAPSHOT'
3030}
3131```
3232
Original file line number Diff line number Diff line change 1212# limitations under the License.
1313#
1414
15- version =0.11.14
15+ version =0.11.15.BUILD.SNAPSHOT
You can’t perform that action at this time.
0 commit comments