diff --git a/README.md b/README.md index 8dbf770..41517c1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ and interactive dataflows.** ```groovy dependencies { - compile 'com.github.akarnokd:ixjava:1.0.0-RC1' + compile 'com.github.akarnokd:ixjava:1.0.0-RC2' } ``` @@ -26,7 +26,7 @@ dependencies { ```xml - + ``` diff --git a/build.gradle b/build.gradle index 0454738..11a0e1e 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ apply plugin: 'osgi' dependencies { signature 'org.codehaus.mojo.signature:java16:1.1@signature' - compile "io.reactivex:rxjava:1.1.7" + compile "io.reactivex:rxjava:1.1.9" testCompile group: 'junit', name: 'junit', version: '4.12' } @@ -89,7 +89,7 @@ publishing { } jmh { - jmhVersion = '1.11.3' + jmhVersion = '1.13' humanOutputFile = null if (project.hasProperty('jmh')) { include = ".*" + project.jmh + ".*" diff --git a/gradle.properties b/gradle.properties index 914942d..e547ca3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.0.0-RC1 +version=1.0.0-RC2