Skip to content

Commit

Permalink
update tools.deps and tools.deps.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 21, 2024
1 parent 551f36f commit efe2b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Prerelease versions:
* Next:
* Tweak message when -X or -T function namespace not found
* Update to latest tools.tools
* Update to latest tools.deps

**Current stable version:**

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:deps
{org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/tools.deps {:mvn/version "0.21.1449"}
org.clojure/tools.deps {:mvn/version "0.21.1460"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}

:aliases
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/clojure/install/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 efe2b07

Please sign in to comment.