Skip to content

Commit 2ff3c42

Browse files
committed
Fix bb dev by adding multiformats exclusion
1 parent 23214a7 commit 2ff3c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps.edn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
binaryage/devtools {:mvn/version "1.0.3"}
4242
cider/cider-nrepl {:mvn/version "0.29.0"}
4343
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.0.3"}
44-
io.github.nextjournal/cas-client {:git/sha "4eefd77dd981b908591d91d518ba3f43bd8c361e"}
44+
io.github.nextjournal/cas-client {:git/sha "4eefd77dd981b908591d91d518ba3f43bd8c361e"
45+
:exclusions [mvxcvi/multiformats]}
4546
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}
4647
org.babashka/cli {:mvn/version "0.5.40"}}
4748
:extra-paths ["dev" "notebooks"]

0 commit comments

Comments
 (0)