Upgrade to Reactor Core 3.0.3.BUILD-SNAPSHOT

This commit is contained in:
Sebastien Deleuze 2016-10-20 15:44:48 +02:00
parent b961a31cc8
commit 2a279b7064
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ configure(allprojects) { project ->
ext.quartzVersion = "2.2.3"
ext.reactivestreamsVersion = "1.0.0"
ext.reactorVersion = "2.0.8.RELEASE"
ext.reactorCoreVersion = '3.0.2.RELEASE'
ext.reactorCoreVersion = '3.0.3.BUILD-SNAPSHOT'
ext.reactorNettyVersion = '0.5.2.RELEASE'
ext.romeVersion = "1.7.0"
ext.rxjavaVersion = '1.2.1'