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 e5011ad commit dfbe3bfCopy full SHA for dfbe3bf
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.375"]
+[org.clj-commons/clj-http-lite "0.4.377"]
15
```
16
17
## Differences from clj-http
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.clj-commons/clj-http-lite "0.4.375"
+(defproject org.clj-commons/clj-http-lite "0.4.377"
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