Skip to content

Commit

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

Prerelease versions:

* next
* Default to Clojure 1.12.0
* Update to tools.deps 0.21.???? and tools.deps.cli

**Current stable version:**

Expand Down
2 changes: 1 addition & 1 deletion VERSION_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.4.GENERATED_VERSION
1.12.0.GENERATED_VERSION
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{:paths []

:deps
{org.clojure/clojure {:mvn/version "1.11.4"}
org.clojure/tools.deps {:mvn/version "0.20.1440"}
{org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/tools.deps {:mvn/version "0.21.1449"}
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.4" :git/sha "31388ff"}}
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.5" :git/sha "2a21b7a"}}
: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.66"}}
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.11.72"}}
: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 21388ab

Please sign in to comment.