File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,18 +73,19 @@ function.
7373With Leiningen/Boot:
7474
7575#+BEGIN_SRC clojure
76- [clj-http "2.0.1 "]
76+ [clj-http "2.1.0 "]
7777#+END_SRC
7878
7979Previous versions available as:
8080
8181#+BEGIN_SRC clojure
82+ [clj-http "2.0.1"]
8283[clj-http "1.1.2"]
8384[clj-http "1.1.1"]
8485[clj-http "1.0.1"]
8586#+END_SRC
8687
87- clj-http supports clojure 1.5 .0 and higher.
88+ clj-http supports clojure 1.6 .0 and higher.
8889
8990* Quickstart
9091
Original file line number Diff line number Diff line change 1- (defproject clj-http " 2.1.0-SNAPSHOT "
1+ (defproject clj-http " 2.1.0"
22 :description " A Clojure HTTP library wrapping the Apache HttpComponents client."
33 :url " https://github.com/dakrone/clj-http/"
44 :license {:name " The MIT License"
You can’t perform that action at this time.
0 commit comments