Skip to content
Snippets Groups Projects
Unverified Commit 97e8390e authored by dpsutton's avatar dpsutton Committed by GitHub
Browse files

Bump tools deps (#19492)

parent ef6aa089
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
expound/expound {:mvn/version "0.7.0"} ; better output of spec validation errors
hiccup/hiccup {:mvn/version "1.0.5"}
io.forward/yaml {:mvn/version "1.0.9"} ; Don't upgrade yet, new version doesn't support Java 8 (see https://github.com/owainlewis/yaml/issues/37)
io.github.clojure/tools.build {:git/tag "v0.1.6", :git/sha "5636e61"}
io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}
org.clojure/tools.deps.alpha {:mvn/version "0.12.985"}
org.flatland/ordered {:mvn/version "1.5.9"} ; used by io.forward/yaml -- need the newer version
com.bhauman/spell-spec {:mvn/version "0.1.1"} ; used to find misspellings in YAML files
......
......@@ -399,7 +399,7 @@
;; clojure -T:build uberjar
;; clojure -T:build uberjar :edition :ee
:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.1.6", :git/sha "5636e61"}
{:deps {io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}
com.github.seancorfield/depstar {:mvn/version "2.1.278"}
metabase/build.common {:local/root "bin/common"}
metabase/buid-mb {:local/root "bin/build-mb"}}
......
......@@ -7,7 +7,7 @@
:aliases
{:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.1.6" :git/sha "5636e61"}}
{:deps {io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}}
:ns-default build}
;; dependencies needed for compiling the Java files.
......
......@@ -35,7 +35,7 @@
:aliases
{:aot
{:deps {io.github.clojure/tools.build {:git/tag "v0.1.6" :git/sha "5636e61"}}
{:deps {io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}}
:ns-default build}
;; dependencies needed for AOT compilation. Same as deps above but without all the exclusions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment