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 a0d69e0 commit 89e4ea9Copy full SHA for 89e4ea9
README.md
@@ -11,7 +11,7 @@ A Clojure HTTP library similar to [clj-http](http://github.com/dakrone/clj-http)
11
`clj-http-lite` is available as a Maven artifact from [Clojars](https://clojars.org/org.martinklepsch/clj-http-lite):
12
13
```clojure
14
-[org.clj-commons/clj-http-lite "0.4.379"]
+[org.clj-commons/clj-http-lite "0.4.381"]
15
```
16
17
## Differences from clj-http
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.clj-commons/clj-http-lite "0.4.379"
+(defproject org.clj-commons/clj-http-lite "0.4.381"
2
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
3
:url "https://github.com/martinklepsch/clj-http-lite/"
4
:license {:name "MIT"
0 commit comments