Skip to content

Commit a58c2ba

Browse files
committed
update to Clojure 1.12.4 and latest tools.deps
1 parent 47f8a6f commit a58c2ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
===========
33

4+
* next
5+
* Update to latest Clojure and tools.deps
46
* 0.13.115 on Sep 25, 2025
57
* Update to latest deps
68
* 0.12.110 on Sep 22, 2025

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src/main/clojure" "src/main/resources"]
22
:deps {
3-
org.clojure/clojure {:mvn/version "1.12.3"}
4-
org.clojure/tools.deps {:mvn/version "0.26.1549"}
3+
org.clojure/clojure {:mvn/version "1.12.4"}
4+
org.clojure/tools.deps {:mvn/version "0.27.1560"}
55
}
66
:aliases {
77
;; clj -M:lint

0 commit comments

Comments
 (0)