File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Changelog
3
3
4
4
* Also see [ Tools and installer changelog] ( https://github.com/clojure/brew-install/blob/1.12.0/CHANGELOG.md ) *
5
5
6
+ * 0.24.1519 on June 3, 2025
7
+ * Update root deps.edn to refer to 1.12.1
6
8
* 0.23.1512 on Mar 5, 2025
7
9
* Fix computation of tool argmap when both aliases and -T are used
8
10
* 0.22.1507 on Mar 5, 2025
Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ Also see:
31
31
32
32
# Release Information
33
33
34
- Latest release: 0.23.1512
34
+ Latest release: 0.24.1519
35
35
36
36
* [ All released versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.deps%22 )
37
37
38
38
[ deps.edn] ( https://clojure.org/guides/deps_and_cli ) dependency information:
39
39
40
40
```
41
- org.clojure/tools.deps {:mvn/version "0.23.1512 "}
41
+ org.clojure/tools.deps {:mvn/version "0.24.1519 "}
42
42
```
43
43
44
44
[ Leiningen] ( https://github.com/technomancy/leiningen/ ) dependency information:
45
45
46
46
```
47
- [org.clojure/tools.deps "0.23.1512 "]
47
+ [org.clojure/tools.deps "0.24.1519 "]
48
48
```
49
49
50
50
[ Maven] ( https://maven.apache.org ) dependency information:
@@ -53,7 +53,7 @@ org.clojure/tools.deps {:mvn/version "0.23.1512"}
53
53
<dependency>
54
54
<groupId>org.clojure</groupId>
55
55
<artifactId>tools.deps</artifactId>
56
- <version>0.23.1512 </version>
56
+ <version>0.24.1519 </version>
57
57
</dependency>
58
58
```
59
59
You can’t perform that action at this time.
0 commit comments