Skip to content

Commit 25edf23

Browse files
1.4.+ -> 1.4.0
The + started causing issues with builds, apparently can't use "greater than".
1 parent 2054407 commit 25edf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-adaptors/rxjava-clojure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
compile project(':rxjava-core')
66

77
// clojure
8-
compile 'org.clojure:clojure:1.4.+'
8+
compile 'org.clojure:clojure:1.4.0'
99

1010
// this should be 'compile' for the 'examples' module
1111
testCompile 'clj-http:clj-http:0.6.4' // https://clojars.org/clj-http

0 commit comments

Comments
 (0)