Skip to content

Commit

Permalink
Add tools-deps 1.12.0.1488 & 1495 & default to 1495
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Jan 6, 2025
1 parent 550abe2 commit c0ef31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docker_clojure/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@

(def build-tools
{"lein" "2.11.2"
"tools-deps" "1.12.0.1479"})
"tools-deps" "1.12.0.1495"})

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

(def installer-hashes
{"lein" {"2.11.1" "03b3fbf7e6fac262f88f843a87b712a2b37f39cffc4f4f384436a30d8b01d6e4"
"2.11.2" "28a1a62668c5f427b413a8677e376affaa995f023b1fcd06e2d4c98ac1df5f3e"}
"tools-deps" {"1.11.4.1474" "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98"
"1.12.0.1479" "94f29b9b66183bd58307c46fb561fd9e9148666bac13a4518a9931b6f989d830"}})
"tools-deps" {"1.12.0.1488" "5f679e004acd3354c5b28d76703d14b96eb9b6d839eaca4f54b13b90b764682e"
"1.12.0.1495" "8408034c095c531155acb08bef65ad1edf25f55226bb086dfaf0d0eee9cadd59"}})

(def exclusions ; don't build these for whatever reason(s)
#{; no more jammy builds for JDK 23+
Expand Down

0 comments on commit c0ef31f

Please sign in to comment.