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 c01d715 commit 5a9d669Copy full SHA for 5a9d669
README.org
@@ -117,7 +117,7 @@ function.
117
With Leiningen/Boot:
118
119
#+BEGIN_SRC clojure
120
-[clj-http "3.9.0"]
+[clj-http "3.9.1"]
121
#+END_SRC
122
123
If you need an older version, a 2.x release is also available.
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http "3.9.1-SNAPSHOT"
+(defproject clj-http "3.9.1"
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