Skip to content

Commit 04b8cd7

Browse files
committed
Update to RxJava 2.0.2
1 parent fd52305 commit 04b8cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ subprojects {
4444
testCompile 'junit:junit:4.12'
4545
testCompile 'org.mockito:mockito-core:1.10.19'
4646
testCompile "org.hamcrest:hamcrest-library:1.3"
47-
testCompile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5'
47+
testCompile 'io.reactivex.rxjava2:rxjava:2.0.2'
4848
testCompile 'org.slf4j:slf4j-log4j12:1.7.21'
4949
}
5050

reactivesocket-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
dependencies {
1818
compile project(':reactivesocket-core')
19-
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5'
19+
compile 'io.reactivex.rxjava2:rxjava:2.0.2'
2020
compile 'junit:junit:4.12'
2121
compile 'org.mockito:mockito-core:1.10.19'
2222
compile "org.hamcrest:hamcrest-library:1.3"

0 commit comments

Comments
 (0)