Skip to content

Commit c7ff363

Browse files
authored
reactor release (rsocket#400)
1 parent a9cf55a commit c7ff363

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
ext {
5050
// common
5151
jsr305Version = '3.0.2'
52-
reactorVersion = '3.1.0.RC1'
52+
reactorVersion = '3.1.0.RELEASE'
5353
nettyVersion = '4.1.15.Final'
5454
reactiveStreamsVersion = '1.0.1'
5555
slf4jVersion = '1.7.25'
@@ -98,7 +98,7 @@ subprojects {
9898
}
9999

100100
dependencies {
101-
compile "io.projectreactor:reactor-core:3.1.0.RC1"
101+
compile "io.projectreactor:reactor-core:3.1.0.RELEASE"
102102
compile "io.netty:netty-buffer:4.1.15.Final"
103103
compile "org.reactivestreams:reactive-streams:1.0.1"
104104
compile "org.slf4j:slf4j-api:1.7.25"
@@ -108,7 +108,7 @@ subprojects {
108108
testCompile "org.mockito:mockito-core:2.10.0"
109109
testCompile "org.hamcrest:hamcrest-library:1.3"
110110
testCompile "org.slf4j:slf4j-log4j12:1.7.25"
111-
testCompile "io.projectreactor:reactor-test:3.1.0.RC1"
111+
testCompile "io.projectreactor:reactor-test:3.1.0.RELEASE"
112112
}
113113

114114
publishing {

rsocket-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dependencies {
2020
compile "org.mockito:mockito-core:2.10.0"
2121
compile "org.hamcrest:hamcrest-library:1.3"
2222
compile "org.hdrhistogram:HdrHistogram:2.1.9"
23-
compile "io.projectreactor:reactor-test:3.1.0.RC1"
23+
compile "io.projectreactor:reactor-test:3.1.0.RELEASE"
2424
}

0 commit comments

Comments
 (0)