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 4, 2023
1 parent 11b8a1c commit 2f2d6db
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 1.18.1374

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

:aliases
Expand Down

0 comments on commit 2f2d6db

Please sign in to comment.