Address lint failures and rm unused spec dep

Spec dep is no longer needed since it ships with bb
This commit is contained in:
Gabriel Horner
2022-12-08 11:59:53 -05:00
committed by Gabriel Horner
parent 13277b875d
commit 65955f2ba2
3 changed files with 5 additions and 6 deletions

7
bb.edn
View File

@@ -1,14 +1,11 @@
{:paths ["scripts/src" "src/main"]
:deps
{org.babashka/spec.alpha
{:git/url "https://github.com/babashka/spec.alpha"
:sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}
metosin/malli
{metosin/malli
{:mvn/version "0.9.1"}
logseq/bb-tasks
#_{:local/root "../bb-tasks"}
{:git/url "https://github.com/logseq/bb-tasks"
:git/sha "95e4fbdb7bbf1c720c6f8b58e3b3b96b3b487526"}
:git/sha "4295d5df0458cc06a09c5d506510ee49b785407d"}
logseq/graph-parser
{:local/root "deps/graph-parser"}
org.clj-commons/digest