update build-clj
This commit is contained in:
parent
d778fcdb1f
commit
77a9cb52b1
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
Only accretive/fixative changes will be made from now on.
|
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
|
* 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).
|
* 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`.
|
* Address #193 by expanding the argument specs for `get-datasource` and `get-connection`.
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -7,7 +7,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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue