We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf73d8 commit 6338373Copy full SHA for 6338373
CHANGELOG.md
@@ -6,6 +6,9 @@
6
7
Only accretive/fixative changes will be made from now on.
8
9
+* 2.0.next in progress
10
+ * Update `build-clj` to v0.8.0.
11
+
12
* 2.0.157 -- 2022-01-25
13
* Fix a small regression in how classes are treated when used as predicates in `expect`.
14
deps.edn
@@ -4,7 +4,7 @@
4
:aliases
5
{;; 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:
0 commit comments