Skip to content

Commit

Permalink
update to latest tools.deps.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Sep 5, 2024
1 parent 2c2a06b commit e0fcd87
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.12.0/CHANGELOG.md)*

* next
* Update to tools.deps.cli 0.11.72
* 0.21.1445 on Sep 5, 2024
* Update to Clojure 1.12.0
* 0.20.1440 on Aug 5, 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.66"}}
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.11.72"}}
: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 e0fcd87

Please sign in to comment.