diff --git a/build.gradle b/build.gradle index b9129c3..ac52606 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ buildscript { repositories { jcenter() } - dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:2.+' } + dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:2.2.3' } } apply plugin: 'rxjava-project' apply plugin: 'java' dependencies { - compile 'io.reactivex:rxjava:1.0.+' + compile 'io.reactivex:rxjava:1.0.9' testCompile 'junit:junit-dep:4.10' testCompile 'org.mockito:mockito-core:1.8.5' }