Skip to content

Commit d0c5633

Browse files
committed
update to tools.deps 0.22.1492
1 parent 0e68670 commit d0c5633

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 deps to latest
46
* v0.10.6 52cf7d6 on Nov 22, 2024
57
* compile-clj - add stream control args for compilation so out and err can be captured
68
* java-command - remove assert that :basis is required (that is no longer true)

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:deps
44
{org.clojure/clojure {:mvn/version "1.12.0"}
5-
org.clojure/tools.deps {:mvn/version "0.21.1467"}
5+
org.clojure/tools.deps {:mvn/version "0.22.1492"}
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.0"}

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.21.1467</version>
36+
<version>0.22.1492</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.clojure</groupId>

0 commit comments

Comments
 (0)