Skip to content

Commit

Permalink
update to tools.deps.cli 0.10.66 in root deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed May 1, 2024
1 parent b7c946b commit e40a6f6
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.3/CHANGELOG.md)*

* next
* Update to tools.deps.cli in root deps.edn
* 0.19.1428 on Apr 24, 2024
* Use latest tools.deps.cli in root deps.edn
* 0.19.1421 on Apr 24, 2024
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.10.61"}}
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.10.66"}}
: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 e40a6f6

Please sign in to comment.