Skip to content

Commit 6338373

Browse files
committed
update build-clj
1 parent fdf73d8 commit 6338373

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
Only accretive/fixative changes will be made from now on.
88

9+
* 2.0.next in progress
10+
* Update `build-clj` to v0.8.0.
11+
912
* 2.0.157 -- 2022-01-25
1013
* Fix a small regression in how classes are treated when used as predicates in `expect`.
1114

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:aliases
55
{;; for help: clojure -A:deps -T:build help/doc
66
:build {:deps {io.github.seancorfield/build-clj
7-
{:git/tag "v0.6.7" :git/sha "22c2d09"}}
7+
{:git/tag "v0.8.0" :git/sha "9bd8b8a"}}
88
:ns-default build}
99

1010
;; versions to test against:

0 commit comments

Comments
 (0)