Skip to content

Commit

Permalink
Add clj-http dependency (2.2.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnormand committed Aug 12, 2016
1 parent 4bd4598 commit 07c743f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
:url "https://purelyfunctional.tv/courses/http-client-clj-http/"
:license {:name "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"
:url "http://creativecommons.org/publicdomain/zero/1.0/"}
:dependencies [[org.clojure/clojure "1.8.0"]])
:dependencies [[org.clojure/clojure "1.8.0"]
[clj-http "2.2.0"]])

0 comments on commit 07c743f

Please sign in to comment.