pods/deps.edn
2020-05-26 16:30:46 +02:00

20 lines
591 B
Clojure

{:deps {nrepl/bencode {:mvn/version "1.1.0"}
cheshire {:mvn/version "5.10.0"}}
:aliases
{:sci
{:extra-deps
{borkdude/sci {:mvn/version "0.0.13-alpha.27"}}}
:test
{:extra-deps
{test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "cb96e80f6f3d3b307c59cbeb49bb0dcb3a2a780b"}}
:extra-paths ["test"]
:main-opts ["-m" "cognitect.test-runner"]}
:kaocha
{:extra-deps
{lambdaisland/kaocha {:mvn/version "1.0.632"}}
:main-opts ["-m" "kaocha.runner"]}
:test-pod
{:paths ["src" "test-pod"]
:main-opts ["-m" "pod.test-pod"]}}}