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:
23
23
24
24
``` groovy
25
25
dependencies {
26
- implementation 'io.rsocket:rsocket-core:0.12.2-RC2 '
27
- implementation 'io.rsocket:rsocket-transport-netty:0.12.2-RC2 '
28
- // implementation 'io.rsocket:rsocket-core:0.12.2-RC3 -SNAPSHOT'
29
- // implementation 'io.rsocket:rsocket-transport-netty:0.12.2-RC3 -SNAPSHOT'
26
+ implementation 'io.rsocket:rsocket-core:0.12.2-RC4 '
27
+ implementation 'io.rsocket:rsocket-transport-netty:0.12.2-RC4 '
28
+ // implementation 'io.rsocket:rsocket-core:1.0.0-RC1 -SNAPSHOT'
29
+ // implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC1 -SNAPSHOT'
30
30
}
31
31
```
32
32
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
#
14
- version =1.0.0-RC1-LEASE- SNAPSHOT
14
+ version =1.0.0-RC1-SNAPSHOT
You can’t perform that action at this time.
0 commit comments