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 537738d commit 9ec4111Copy full SHA for 9ec4111
README.org
@@ -117,7 +117,7 @@ function.
117
With Leiningen/Boot:
118
119
#+BEGIN_SRC clojure
120
-[clj-http "3.9.1"]
+[clj-http "3.10.0"]
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.10.0-SNAPSHOT"
+(defproject clj-http "3.10.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