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 b07de01 commit 30950cdCopy full SHA for 30950cd
README.org
@@ -119,7 +119,7 @@ function.
119
With Leiningen/Boot:
120
121
#+BEGIN_SRC clojure
122
-[clj-http "3.13.0"]
+[clj-http "3.13.1"]
123
#+END_SRC
124
125
If you need an older version, a 2.x release is also available.
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http "3.13.1-SNAPSHOT"
+(defproject clj-http "3.13.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