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 c90487f commit a39ea0bCopy full SHA for a39ea0b
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.280"]
+[org.clj-commons/clj-http-lite "0.4.282"]
15
```
16
17
## Differences from clj-http
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.martinklepsch/clj-http-lite "0.4.280"
+(defproject org.martinklepsch/clj-http-lite "0.4.282"
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