We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b8c59 commit 4c8d81dCopy full SHA for 4c8d81d
project.clj
@@ -14,4 +14,8 @@
14
:dependencies [[com.github.clojure-lsp/clojure-lsp-server "2024.08.05-18.16.00" :exclusions [babashka/fs
15
cheshire
16
com.fasterxml.jackson.dataformat/jackson-dataformat-smile
17
- com.fasterxml.jackson.dataformat/jackson-dataformat-cbor]]])
+ com.fasterxml.jackson.dataformat/jackson-dataformat-cbor]]
18
+ [cheshire/cheshire "5.13.0"]
19
+ [babashka/fs "0.5.21"]
20
+ [com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.18.0"]
21
+ [com.fasterxml.jackson.dataformat/jackson-dataformat-cbor "2.18.0"]])
0 commit comments