pods/deps.edn

23 lines
753 B
Clojure
Raw Normal View History

2020-05-09 12:03:50 +00:00
{:deps {nrepl/bencode {:mvn/version "1.1.0"}
2020-10-15 09:27:23 +00:00
cheshire/cheshire {:mvn/version "5.10.0"}
com.cognitect/transit-clj {:mvn/version "1.0.324"}}
2020-05-09 12:03:50 +00:00
:aliases
{:sci
{:extra-deps
{borkdude/sci {:git/url "https://github.com/borkdude/sci"
:sha "5aa9031eb3692a2207106076088fcab7347c2299"}}}
2020-05-09 12:03:50 +00:00
:test
{:extra-deps
2020-10-15 09:27:23 +00:00
{cognitect/test-runner
2020-05-09 12:03:50 +00:00
{: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
{:extra-paths ["src" "test-pod"]
2020-05-09 12:03:50 +00:00
:main-opts ["-m" "pod.test-pod"]}}}