Skip to content

Commit f87cdb0

Browse files
2.+ -> 2.0.5
Need to specify exact version for build to work
1 parent 25edf23 commit f87cdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-adaptors/rxjava-groovy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'osgi'
33

44
dependencies {
55
compile project(':rxjava-core')
6-
compile 'org.codehaus.groovy:groovy-all:2.+'
6+
compile 'org.codehaus.groovy:groovy-all:2.0.5'
77
testCompile 'junit:junit-dep:4.10'
88
testCompile 'org.mockito:mockito-core:1.8.5'
99
}

0 commit comments

Comments
 (0)