Skip to content

Commit 5c2d0f6

Browse files
committed
Update tools-deps to 1.12.4.1618
1 parent ebede97 commit 5c2d0f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/docker_clojure/config.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@
106106

107107
(def build-tools
108108
{"lein" "2.12.0"
109-
"tools-deps" "1.12.4.1612"})
109+
"tools-deps" "1.12.4.1618"})
110110

111111
(def default-build-tool "tools-deps")
112112

113113
(def installer-hashes
114114
{"lein" {"2.11.2" "28a1a62668c5f427b413a8677e376affaa995f023b1fcd06e2d4c98ac1df5f3e"
115115
"2.12.0" "12a9c5e3a2471619ca3d64a7462f920fdf713ae8959eb4fcd6257c23332b5aa4"}
116-
"tools-deps" {"1.12.4.1607" "bdd7f655825144cbe9055569bfc78b01c44dc2b7156802c817608db9229c8ab5"
117-
"1.12.4.1612" "21d16fbce3e546c4f0163c78aba0eb0293993c7fa1aba77d089fdbfa445e38a2"}})
116+
"tools-deps" {"1.12.4.1612" "21d16fbce3e546c4f0163c78aba0eb0293993c7fa1aba77d089fdbfa445e38a2"
117+
"1.12.4.1618" "8a49ab11a639ce1d49e5459a7bfa8fcc74684ad3bc9acd181e3adc7a662918cf"}})
118118

119119
(def exclusions ; don't build these for whatever reason(s)
120120
#{;; No more jammy builds for JDK 23+

0 commit comments

Comments
 (0)