From 77a9cb52b1607aea7a2515e59e3fe6e27c5554ab Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 6 Mar 2022 12:10:08 -0800 Subject: [PATCH] update build-clj --- CHANGELOG.md | 3 +++ deps.edn | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b9f95..8ee9c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Only accretive/fixative changes will be made from now on. +* 1.2.next in progress + * Update `build-clj` to v0.8.0. + * 1.2.772 -- 2022-02-09 * To support more tools that perform `datafy`/`nav`, make rows directly `nav`able (even though this is not really the correct behavior). * Address #193 by expanding the argument specs for `get-datasource` and `get-connection`. diff --git a/deps.edn b/deps.edn index 8824fe1..b480cef 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.6.7" :git/sha "22c2d09"}} + {:git/tag "v0.8.0" :git/sha "9bd8b8a"}} :ns-default build} ;; versions to test against: