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 3da50bf commit 3eb835fCopy full SHA for 3eb835f
README.org
@@ -84,13 +84,13 @@ function.
84
With Leiningen/Boot:
85
86
#+BEGIN_SRC clojure
87
-[clj-http "2.1.0"]
+[clj-http "2.2.0"]
88
#+END_SRC
89
90
If you want to test out the latest version, a 3.x release is also available.
91
92
93
-[clj-http "3.0.1"]
+[clj-http "3.1.0"]
94
95
96
Previous versions available as:
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http "3.0.2-SNAPSHOT"
+(defproject clj-http "3.1.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