Skip to content

Commit

Permalink
update to latest tools.deps and tools.deps.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Apr 24, 2024
1 parent 700f53e commit 327e288
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ clj has both stable and prerelease versions. Current and former stable build are

Prerelease versions:

* next
* Update to latest tools.deps and tools.deps.cli
* 1.11.3.1452 on Apr 24, 2024
* Update to Clojure 1.11.3 as default

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.11.3"}
org.clojure/tools.deps {:mvn/version "0.19.1421"}
org.clojure/tools.deps {:mvn/version "0.19.1428"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}

:aliases
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/clojure/install/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

:aliases {
:deps {:replace-paths []
:replace-deps {org.clojure/clojure {:mvn/version "${clojure.version}"}
org.clojure/tools.deps.cli {:mvn/version "0.10.55"}}
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.10.61"}}
: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 327e288

Please sign in to comment.