File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ repositories {
26
26
mavenCentral()
27
27
}
28
28
dependencies {
29
- implementation 'io.rsocket:rsocket-core:1.0.0-RC6 '
30
- implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC6 '
29
+ implementation 'io.rsocket:rsocket-core:1.0.0-RC7 '
30
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC7 '
31
31
}
32
32
```
33
33
@@ -40,8 +40,8 @@ repositories {
40
40
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
41
41
}
42
42
dependencies {
43
- implementation 'io.rsocket:rsocket-core:1.0.0-RC7 -SNAPSHOT'
44
- implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC7 -SNAPSHOT'
43
+ implementation 'io.rsocket:rsocket-core:1.0.0-RC8 -SNAPSHOT'
44
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC8 -SNAPSHOT'
45
45
}
46
46
```
47
47
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-RC7
15
- perfBaselineVersion =1.0.0-RC6
14
+ version =1.0.0-RC8
15
+ perfBaselineVersion =1.0.0-RC7
You can’t perform that action at this time.
0 commit comments