Skip to content

Commit f7511d0

Browse files
committed
Fix pedantic
1 parent 9e6ee38 commit f7511d0

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
@@ -14,7 +14,8 @@
1414
:dependencies [[com.github.clojure-lsp/clojure-lsp-server "2024.11.08-17.49.29" :exclusions [babashka/fs
1515
cheshire
1616
com.fasterxml.jackson.dataformat/jackson-dataformat-smile
17-
com.fasterxml.jackson.dataformat/jackson-dataformat-cbor]]
17+
com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
18+
org.clojure/tools.reader]]
1819
[cheshire/cheshire "5.13.0"]
1920
[babashka/fs "0.5.21"]
2021
[com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.18.0"]

0 commit comments

Comments
 (0)