update build-clj
This commit is contained in:
parent
0867ce54dc
commit
8976379fa6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
* 2.2.next in progress
|
* 2.2.next in progress
|
||||||
* Update `build-clj` to v0.6.6.
|
* Update `build-clj` to v0.6.7.
|
||||||
|
|
||||||
* 2.2.840 -- 2021-12-23
|
* 2.2.840 -- 2021-12-23
|
||||||
* Fix #375 for `:nest` statement.
|
* Fix #375 for `:nest` statement.
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -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.6" :git/sha "171d5f1"}}
|
{:git/tag "v0.6.7" :git/sha "22c2d09"}}
|
||||||
:ns-default build}
|
:ns-default build}
|
||||||
|
|
||||||
;; versions to test against:
|
;; versions to test against:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue