Skip to content

Commit

Permalink
update tools.deps.cli in root deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 21, 2024
1 parent 0862134 commit 6933dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Changelog

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

* 0.21.1456
* next on Nov 21, 2024
* Update to tools.deps.cli 0.11.78
* 0.21.1456 on Nov 21, 2024
* TDEPS-268 - Include all procurer types in find-all-versions
* 0.21.1449 on Sep 5, 2024
* Update to tools.deps.cli 0.11.72
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.11.72"}}
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.11.78"}}
: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 6933dfd

Please sign in to comment.