Skip to content

Commit a4b6a80

Browse files
committed
Fix missing tools.reader dep
1 parent f7511d0 commit a4b6a80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
[cheshire/cheshire "5.13.0"]
2020
[babashka/fs "0.5.21"]
2121
[com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.18.0"]
22-
[com.fasterxml.jackson.dataformat/jackson-dataformat-cbor "2.18.0"]])
22+
[com.fasterxml.jackson.dataformat/jackson-dataformat-cbor "2.18.0"]
23+
[org.clojure/tools.reader "1.5.0"]])

0 commit comments

Comments
 (0)