update build-clj
This commit is contained in:
parent
f711b934fa
commit
4823ec8694
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
deps.edn
2
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue