pods/deps.edn

22 lines
669 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
{borkdude/sci {:git/url "https://github.com/borkdude/sci"
:sha "a7f8d05f08ab150621c2403dacdd57c47ea09ff4"}}}
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"]}}}