Files
logseq/deps/db/nbb.edn
Gabriel Horner 658a25b1b5 chore: bump nbb-test-runner
Bump to upstream version now that
https://github.com/nextjournal/nbb-test-runner/pull/3 is merged
2025-06-10 08:47:52 -04:00

14 lines
573 B
Clojure

{:paths ["src"]
:deps
{logseq/common
{:local/root "../common"}
medley/medley {:mvn/version "1.4.0"}
metosin/malli {:mvn/version "0.16.1"}
;; Used by db scripts with outliner.cli
borkdude/rewrite-edn {:mvn/version "0.4.9"}
logseq/clj-fractional-indexing {:git/url "https://github.com/logseq/clj-fractional-indexing"
:sha "1087f0fb18aa8e25ee3bbbb0db983b7a29bce270"}
io.github.nextjournal/nbb-test-runner
{:git/sha "b379325cfa5a3306180649da5de3bf5166414e71"}
io.github.pez/baldr {:mvn/version "1.0.9"}}}