Skip to content

Commit 9ccffb6

Browse files
committed
Upgrade to RxJava 2.0.0
1 parent e3f6b61 commit 9ccffb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ configure(allprojects) { project ->
8282
ext.reactorNettyVersion = '0.5.2.RELEASE'
8383
ext.romeVersion = "1.7.0"
8484
ext.rxjavaVersion = '1.2.1'
85-
ext.rxjava2Version = '2.0.0-RC5'
85+
ext.rxjava2Version = '2.0.0'
8686
ext.rxjavaAdapterVersion = '1.2.0'
8787
ext.rxnettyVersion = '0.5.2-rc.4'
8888
ext.servletVersion = "3.1.0"

0 commit comments

Comments
 (0)