mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
Address lint failures and rm unused spec dep
Spec dep is no longer needed since it ships with bb
This commit is contained in:
committed by
Gabriel Horner
parent
13277b875d
commit
65955f2ba2
7
bb.edn
7
bb.edn
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user