We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25edf23 commit f87cdb0Copy full SHA for f87cdb0
language-adaptors/rxjava-groovy/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'osgi'
3
4
dependencies {
5
compile project(':rxjava-core')
6
- compile 'org.codehaus.groovy:groovy-all:2.+'
+ compile 'org.codehaus.groovy:groovy-all:2.0.5'
7
testCompile 'junit:junit-dep:4.10'
8
testCompile 'org.mockito:mockito-core:1.8.5'
9
}
0 commit comments