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 56d0465 commit 5b2a112Copy full SHA for 5b2a112
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.277"]
+[org.clj-commons/clj-http-lite "0.4.278"]
15
```
16
17
## Differences from clj-http
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.martinklepsch/clj-http-lite "0.4.277"
+(defproject org.martinklepsch/clj-http-lite "0.4.278"
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