pods/deps.edn

21 lines
591 B
Clojure
Raw Normal View History

2020-05-09 12:03:50 +00:00
{:deps {nrepl/bencode {:mvn/version "1.1.0"}
2020-05-21 15:35:34 +00:00
cheshire {:mvn/version "5.10.0"}}
2020-05-09 12:03:50 +00:00
:aliases
{:sci
{:extra-deps
2020-05-26 14:30:46 +00:00
{borkdude/sci {:mvn/version "0.0.13-alpha.27"}}}
2020-05-09 12:03:50 +00:00
: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"]}
2020-05-20 19:56:54 +00:00
:kaocha
{:extra-deps
{lambdaisland/kaocha {:mvn/version "1.0.632"}}
:main-opts ["-m" "kaocha.runner"]}
2020-05-09 12:03:50 +00:00
:test-pod
{:paths ["src" "test-pod"]
:main-opts ["-m" "pod.test-pod"]}}}