From 4823ec8694b8d11ee95050c907a4321631e39677 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 6 Mar 2022 12:09:46 -0800 Subject: [PATCH] update build-clj --- CHANGELOG.md | 1 + deps.edn | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94bd669..91dc6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * 2.2.next in progress * Fix [#387](https://github.com/seancorfield/honeysql/issues/387) again. + * Update `build-clj` to v0.8.0. * 2.2.868 -- 2022-02-21 * Address [#387](https://github.com/seancorfield/honeysql/issues/387) by making the function simpler. diff --git a/deps.edn b/deps.edn index b746dfb..6696de0 100644 --- a/deps.edn +++ b/deps.edn @@ -4,7 +4,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: