Skip to content

Commit

Permalink
v0.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 12, 2024
1 parent 717084a commit 1e4236e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
insn/insn {:mvn/version "0.5.2"}
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
org.babashka/cli {:mvn/version "0.8.58"}
org.babashka/http-client {:mvn/version "0.4.16"}
org.babashka/http-client {:mvn/version "0.4.17"}
;; native image bloat with ordered 1.5.10
org.flatland/ordered {:mvn/version "1.5.9"}}
:aliases {:babashka/dev
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
[rewrite-clj/rewrite-clj "1.1.47"]
[insn/insn "0.5.2"]
[org.babashka/cli "0.8.58"]
[org.babashka/http-client "0.4.16"]]
[org.babashka/http-client "0.4.17"]]
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
:metabom {:jar-name "metabom.jar"}
:profiles {:feature/xml {:source-paths ["feature-xml"]
Expand Down

0 comments on commit 1e4236e

Please sign in to comment.