From dcc621fb640af3815e43347d7db0861090e35fe3 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 25 Sep 2021 15:31:04 -0700 Subject: [PATCH] update build-clj dep --- deps.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.edn b/deps.edn index c3b7191..ec819f5 100644 --- a/deps.edn +++ b/deps.edn @@ -7,7 +7,7 @@ :aliases {;; for help: clojure -A:deps -T:build help/doc :build {:deps {io.github.seancorfield/build-clj - {:git/tag "v0.3.1" :git/sha "996ddfa"}} + {:git/tag "v0.4.0" :git/sha "54e39ae"}} :ns-default build} ;; versions to test against: