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 8db92df commit 1e5e433Copy full SHA for 1e5e433
README.org
@@ -107,7 +107,7 @@ function.
107
With Leiningen/Boot:
108
109
#+BEGIN_SRC clojure
110
-[clj-http "3.5.0"]
+[clj-http "3.6.0"]
111
#+END_SRC
112
113
If you need an older version, a 2.x release is also available.
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http "3.5.1-SNAPSHOT"
+(defproject clj-http "3.6.0"
2
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
3
:url "https://github.com/dakrone/clj-http/"
4
:license {:name "The MIT License"
0 commit comments