Skip to content

Commit ac57da4

Browse files
committed
fix(deps): update dependency org.clojure:tools.macro to v0.2.1
1 parent 8bcadb2 commit ac57da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[cheshire "5.13.0"]
1212
[org.clojure/data.xml "0.0.8"]
1313
[org.clojure/data.csv "1.1.0"]
14-
[org.clojure/tools.macro "0.2.0"]]
14+
[org.clojure/tools.macro "0.2.1"]]
1515
:main ^:skip-aot nanoweave.core
1616
:target-path "target/%s"
1717
:global-vars {*warn-on-reflection* true}

0 commit comments

Comments
 (0)