Skip to content

Commit

Permalink
update to latest tools.deps, tools.deps.cli, tools.build
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed May 1, 2024
1 parent 4cbdf75 commit 41f8331
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Prerelease versions:

* next
* Update list of :deps programs in help
* Update to latest tools.deps.cli, tools.deps, and tools.build

**Current stable version:**

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

:deps
{org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/tools.deps {:mvn/version "0.19.1428"}
org.clojure/tools.deps {:mvn/version "0.19.1432"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}

:aliases
{
;; clj -T:build release
:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.0" :git/sha "3a2c484"}}
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.3" :git/sha "15ead66"}}
:paths ["script"]
:ns-default build}

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.10.61"}}
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.10.66"}}
: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 41f8331

Please sign in to comment.