Skip to content

Commit edf1122

Browse files
committed
update changelog
1 parent 9052197 commit edf1122

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

4+
* next
5+
* TDEPS-268 - Return all procurer types from find-versions
6+
* Update to latest tools.deps
47
* 0.11.72 on Sep 5, 2024
58
* Update to latest Clojure and tools.deps
69
* 0.10.66 on May 1, 2024

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.0"}
4-
org.clojure/tools.deps {:mvn/version "0.21.1445"}
4+
org.clojure/tools.deps {:mvn/version "0.21.1456"}
55
}
66
:aliases {
77
;; clj -M:lint

0 commit comments

Comments
 (0)