update build-clj

This commit is contained in:
Sean Corfield 2022-03-06 12:09:46 -08:00
parent f711b934fa
commit 4823ec8694
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* 2.2.next in progress * 2.2.next in progress
* Fix [#387](https://github.com/seancorfield/honeysql/issues/387) again. * Fix [#387](https://github.com/seancorfield/honeysql/issues/387) again.
* Update `build-clj` to v0.8.0.
* 2.2.868 -- 2022-02-21 * 2.2.868 -- 2022-02-21
* Address [#387](https://github.com/seancorfield/honeysql/issues/387) by making the function simpler. * Address [#387](https://github.com/seancorfield/honeysql/issues/387) by making the function simpler.

View file

@ -4,7 +4,7 @@
:aliases :aliases
{;; for help: clojure -A:deps -T:build help/doc {;; for help: clojure -A:deps -T:build help/doc
:build {:deps {io.github.seancorfield/build-clj :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} :ns-default build}
;; versions to test against: ;; versions to test against: