Upgrade to RxJava 2.0.0

This commit is contained in:
Sebastien Deleuze
2016-10-29 16:35:59 +02:00
parent e3f6b61743
commit 9ccffb6de5

View File

@@ -82,7 +82,7 @@ configure(allprojects) { project ->
ext.reactorNettyVersion = '0.5.2.RELEASE'
ext.romeVersion = "1.7.0"
ext.rxjavaVersion = '1.2.1'
ext.rxjava2Version = '2.0.0-RC5'
ext.rxjava2Version = '2.0.0'
ext.rxjavaAdapterVersion = '1.2.0'
ext.rxnettyVersion = '0.5.2-rc.4'
ext.servletVersion = "3.1.0"