Skip to content

Commit

Permalink
update to tools.deps 0.19.1417
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Mar 8, 2024
1 parent 6687121 commit 6c37861
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ clj has both stable and prerelease versions. Current and former stable build are
Prerelease versions:

* next
* Update to tools.tools 0.3.3
* Update to tools.deps 0.19.1417

**Current stable version:**

* **1.11.1.1435 on Dec 29, 2023**
* **Update to tools.deps 1.18.1394**
* **1.11.2.1441 on Mar 8, 2023**
* **Update to tools.tools 0.3.3**
* **Update to Clojure 1.11.2**

Older versions (previous stable builds in bold):

* **1.11.1.1435 on Dec 29, 2023**
* **Update to tools.deps 1.18.1394**
* **1.11.1.1429 on Dec 4, 2023**
* **Update to tools.deps 1.18.1374**
* **1.11.1.1420 on Dec 4, 2023**
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.2"}
org.clojure/tools.deps {:mvn/version "0.18.1398"}
org.clojure/tools.deps {:mvn/version "0.19.1417"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}

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

Expand Down

0 comments on commit 6c37861

Please sign in to comment.