Skip to content

Commit

Permalink
update to latest tools.deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 29, 2023
1 parent 015a1b1 commit 827b48f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Changelog

clj has both stable and prerelease versions. Current and former stable build are listed in **bold** and are (or were) available from the default [brew formula](https://github.com/clojure/brew-install/). Other versions can be obtained using versioned formulas only.

Prerelease versions: none
Prerelease versions:

* next
* **Update to tools.deps 1.18.1394**

**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.11.1"}
org.clojure/tools.deps {:mvn/version "0.18.1374"}
org.clojure/tools.deps {:mvn/version "0.18.1394"}
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.9.10"}}
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.9.49"}}
: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 827b48f

Please sign in to comment.