File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -102,22 +102,19 @@ function.
102102With Leiningen/Boot:
103103
104104#+BEGIN_SRC clojure
105- [clj-http "2.2 .0"]
105+ [clj-http "2.3 .0"]
106106#+END_SRC
107107
108108If you want to test out the latest version, a 3.x release is also available.
109109
110110#+BEGIN_SRC clojure
111- [clj-http "3.2 .0"]
111+ [clj-http "3.3 .0"]
112112#+END_SRC
113113
114- Previous versions available as:
114+ The previous major version is available as:
115115
116116#+BEGIN_SRC clojure
117- [clj-http "2.0.1"]
118117[clj-http "1.1.2"]
119- [clj-http "1.1.1"]
120- [clj-http "1.0.1"]
121118#+END_SRC
122119
123120clj-http supports clojure 1.6.0 and higher.
Original file line number Diff line number Diff line change 1- (defproject clj-http " 3.2.1-SNAPSHOT "
1+ (defproject clj-http " 3.3.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