File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Learn more at http://rsocket.io
17
17
18
18
[ ![ Build Status] ( https://github.com/rsocket/rsocket-java/actions/workflows/gradle-main.yml/badge.svg?branch=master )] ( https://github.com/rsocket/rsocket-java/actions/workflows/gradle-main.yml )
19
19
20
- ⚠️ The ` master ` branch is now dedicated to development of the ` 1.1 .x ` line.
20
+ ⚠️ The ` master ` branch is now dedicated to development of the ` 1.2 .x ` line.
21
21
22
22
Releases and milestones are available via Maven Central.
23
23
@@ -29,8 +29,8 @@ repositories {
29
29
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
30
30
}
31
31
dependencies {
32
- implementation 'io.rsocket:rsocket-core:1.1.1 '
33
- implementation 'io.rsocket:rsocket-transport-netty:1.1.1 '
32
+ implementation 'io.rsocket:rsocket-core:1.2.0-SNAPSHOT '
33
+ implementation 'io.rsocket:rsocket-transport-netty:1.2.0-SNAPSHOT '
34
34
}
35
35
```
36
36
@@ -44,8 +44,8 @@ repositories {
44
44
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
45
45
}
46
46
dependencies {
47
- implementation 'io.rsocket:rsocket-core:1.1.2 -SNAPSHOT'
48
- implementation 'io.rsocket:rsocket-transport-netty:1.1.2 -SNAPSHOT'
47
+ implementation 'io.rsocket:rsocket-core:1.2.0 -SNAPSHOT'
48
+ implementation 'io.rsocket:rsocket-transport-netty:1.2.0 -SNAPSHOT'
49
49
}
50
50
```
51
51
You can’t perform that action at this time.
0 commit comments