Skip to content

Commit

Permalink
update to tools.deps 0.20.1440 to use Clojure 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 5, 2024
1 parent 2393276 commit d10c2ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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 0.20.1440

**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.3"}
org.clojure/tools.deps {:mvn/version "0.19.1432"}
org.clojure/tools.deps {:mvn/version "0.20.1440"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}

:aliases
Expand Down

0 comments on commit d10c2ce

Please sign in to comment.