File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22===========
33
4+ * next
5+ * Update to latest tools.deps
46* v0.10.12 97c5562 on Jan 5, 2026
57 * Update parent pom and dep versions
68* v0.10.11 c6c670a on Oct 28, 2025
Original file line number Diff line number Diff line change 22
33 :deps
44 {org.clojure/clojure {:mvn/version " 1.12.4" }
5- org.clojure/tools.deps {:mvn/version " 0.28.1569 " }
5+ org.clojure/tools.deps {:mvn/version " 0.29.1598 " }
66 ; org.clojure/tools.deps {:git/url "https://github.com/clojure/tools.deps.git"
77 ; :git/sha "459222ca6e4fce91cf5838435589a028cedbc784"}
88 org.clojure/tools.namespace {:mvn/version " 1.5.1" }
3232
3333 ; ; Lint the source
3434 ; ; clj -M:lint
35- :lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2025.10.23 " }}
35+ :lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2026.01.19 " }}
3636 :main-opts [" -m" " clj-kondo.main" " --lint" " src" ]}
3737 }
3838}
Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >org.clojure</groupId >
3636 <artifactId >tools.deps</artifactId >
37- <version >0.28.1569 </version >
37+ <version >0.29.1598 </version >
3838 </dependency >
3939 <dependency >
4040 <groupId >org.clojure</groupId >
You can’t perform that action at this time.
0 commit comments