Bump babashka.http-client
This commit is contained in:
parent
3b251c1b38
commit
85ecdab0a5
3 changed files with 3 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ A preview of the next release can be installed from
|
||||||
|
|
||||||
- [#1579](https://github.com/babashka/babashka/issues/1579): add `clojure.tools.reader/resolve-symbol`
|
- [#1579](https://github.com/babashka/babashka/issues/1579): add `clojure.tools.reader/resolve-symbol`
|
||||||
- [#1581](https://github.com/babashka/babashka/issues/1581): `bb print-deps`: sort dependencies
|
- [#1581](https://github.com/babashka/babashka/issues/1581): `bb print-deps`: sort dependencies
|
||||||
|
- Upgrade `babashka.http-client` to `0.4.12`
|
||||||
|
|
||||||
## 1.3.181 (2023-06-13)
|
## 1.3.181 (2023-06-13)
|
||||||
|
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -51,7 +51,7 @@
|
||||||
insn/insn {:mvn/version "0.5.2"}
|
insn/insn {:mvn/version "0.5.2"}
|
||||||
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
|
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
|
||||||
org.babashka/cli {:mvn/version "0.7.51"}
|
org.babashka/cli {:mvn/version "0.7.51"}
|
||||||
org.babashka/http-client {:mvn/version "0.3.11"}
|
org.babashka/http-client {:mvn/version "0.4.12"}
|
||||||
;; native image bloat with ordered 1.5.10
|
;; native image bloat with ordered 1.5.10
|
||||||
org.flatland/ordered {:mvn/version "1.5.9"}}
|
org.flatland/ordered {:mvn/version "1.5.9"}}
|
||||||
:aliases {:babashka/dev
|
:aliases {:babashka/dev
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
[rewrite-clj/rewrite-clj "1.1.46"]
|
[rewrite-clj/rewrite-clj "1.1.46"]
|
||||||
[insn/insn "0.5.2"]
|
[insn/insn "0.5.2"]
|
||||||
[org.babashka/cli "0.7.51"]
|
[org.babashka/cli "0.7.51"]
|
||||||
[org.babashka/http-client "0.3.12-SNAPSHOT"]]
|
[org.babashka/http-client "0.4.12"]]
|
||||||
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
|
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
|
||||||
:metabom {:jar-name "metabom.jar"}
|
:metabom {:jar-name "metabom.jar"}
|
||||||
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue