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 6c314cc commit d17c19aCopy full SHA for d17c19a
README.org
@@ -73,7 +73,7 @@ function.
73
With Leiningen/Boot:
74
75
#+BEGIN_SRC clojure
76
-[clj-http "2.1.0"]
+[clj-http "2.2.0"]
77
#+END_SRC
78
79
Previous versions available as:
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http "2.1.1-SNAPSHOT"
+(defproject clj-http "2.2.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