We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd52305 commit 04b8cd7Copy full SHA for 04b8cd7
build.gradle
@@ -44,7 +44,7 @@ subprojects {
44
testCompile 'junit:junit:4.12'
45
testCompile 'org.mockito:mockito-core:1.10.19'
46
testCompile "org.hamcrest:hamcrest-library:1.3"
47
- testCompile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5'
+ testCompile 'io.reactivex.rxjava2:rxjava:2.0.2'
48
testCompile 'org.slf4j:slf4j-log4j12:1.7.21'
49
}
50
reactivesocket-test/build.gradle
@@ -16,7 +16,7 @@
16
17
dependencies {
18
compile project(':reactivesocket-core')
19
- compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5'
+ compile 'io.reactivex.rxjava2:rxjava:2.0.2'
20
compile 'junit:junit:4.12'
21
compile 'org.mockito:mockito-core:1.10.19'
22
compile "org.hamcrest:hamcrest-library:1.3"
0 commit comments