File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A Clojure HTTP library similar to [clj-http](http://github.com/dakrone/clj-http)
11
11
` clj-http-lite ` is available as a Maven artifact from [ Clojars] ( https://clojars.org/org.martinklepsch/clj-http-lite ) :
12
12
13
13
``` clojure
14
- [org.clj-commons/clj-http-lite " 0.4.283 " ]
14
+ [org.clj-commons/clj-http-lite " 0.4.284 " ]
15
15
```
16
16
17
17
## Differences from clj-http
Original file line number Diff line number Diff line change 1
- (defproject org.martinklepsch /clj-http-lite " 0.4.283 "
1
+ (defproject org.clj-commons /clj-http-lite " 0.4.284 "
2
2
:description " A Clojure HTTP library similar to clj-http, but more lightweight."
3
3
:url " https://github.com/martinklepsch/clj-http-lite/"
4
4
:license {:name " MIT"
19
19
:all (constantly true )
20
20
:unit #(not (:integration %))
21
21
:integration :integration }
22
- :checksum-deps true )
22
+ :checksum-deps true
23
+ :deploy-repositories [[" clojars" {:url " https://clojars.org/repo"
24
+ :username :env/clojars_user
25
+ :password :env/clojars_pass
26
+ :sign-releases false }]])
You can’t perform that action at this time.
0 commit comments