Skip to content

Commit e1d60b5

Browse files
lance-spclaude
andcommitted
fix: remove unnecessary cheshire dep from bb.edn
Cheshire is built into Babashka natively. The Maven dep declaration caused bb to shell out to the clojure CLI for resolution, which requires a JVM — breaking bb for users without Java installed. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 4dd5e37 commit e1d60b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bb.edn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{:paths ["src" "test"]
2-
:deps {cheshire/cheshire {:mvn/version "5.13.0"}}
32
:tasks {test {:doc "Run all tests"
43
:task (do (require '[clojure.test])
54
(let [nses '[spai.core-test spai.contract-test]]

0 commit comments

Comments
 (0)