-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdeps.edn
More file actions
23 lines (23 loc) · 796 Bytes
/
deps.edn
File metadata and controls
23 lines (23 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{:deps {nrepl/bencode {:mvn/version "1.1.0"}
cheshire/cheshire {:mvn/version "5.10.0"}
com.cognitect/transit-clj {:mvn/version "1.0.324"}
babashka/fs {:mvn/version "0.1.6"}}
:aliases
{:sci
{:extra-deps
{borkdude/sci {:git/url "https://github.com/borkdude/sci"
:sha "5aa9031eb3692a2207106076088fcab7347c2299"}}}
:test
{:extra-deps
{cognitect/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
{:extra-paths ["src" "test-pod"]
:main-opts ["-m" "pod.test-pod"]}}}