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 2a252b7 commit e52d181Copy full SHA for e52d181
language-adaptors/rxjava-clojure/build.gradle
@@ -6,6 +6,8 @@ dependencies {
6
7
// clojure
8
compile 'org.clojure:clojure:1.4.+'
9
+
10
+ // this should be 'compile' for the 'examples' module ... can't figure that out right now so making 'provided'
11
provided 'clj-http:clj-http:0.6.4' // https://clojars.org/clj-http
12
}
13
0 commit comments