Skip to content

Commit

Permalink
Update to latest tools.deps.cli in root deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 29, 2023
1 parent ef3e9ab commit d2bf52a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md)*

* next
* Update to latest tools.deps.cli in root deps.edn
* 0.18.1389 on Dec 28, 2023
* Update maven core deps, remove Guava dep
* 0.18.1385 on Dec 28, 2023
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/clojure/tools/deps/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

:aliases {
:deps {:replace-paths []
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.9.43"}}
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.9.49"}}
:ns-default clojure.tools.deps.cli.api
:ns-aliases {help clojure.tools.deps.cli.help}}
:test {:extra-paths ["test"]}
Expand Down

0 comments on commit d2bf52a

Please sign in to comment.