Skip to content

Commit a19d367

Browse files
committed
update to latest tools.deps
1 parent f3ce08f commit a19d367

File tree

3 files changed

+4
-2
lines changed

3 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 deps and parent pom
46
* 0.15.127 on Jan 5, 2026
57
* Update to latest deps and parent pom
68
* 0.14.121 on Dec 10, 2025

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src/main/clojure" "src/main/resources"]
22
:deps {
33
org.clojure/clojure {:mvn/version "1.12.4"}
4-
org.clojure/tools.deps {:mvn/version "0.28.1569"}
4+
org.clojure/tools.deps {:mvn/version "0.28.1574"}
55
}
66
:aliases {
77
;; clj -M:lint

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.clojure</groupId>
3535
<artifactId>tools.deps</artifactId>
36-
<version>0.28.1569</version>
36+
<version>0.28.1574</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)