forked from babashka/neil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
19 lines (18 loc) · 788 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:deps {babashka/babashka.curl {:mvn/version "0.1.2"}
babashka/fs {:mvn/version "0.1.6"}
babashka/process {:mvn/version "0.1.7"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.699-alpha"}
borkdude/rewrite-edn {:mvn/version "0.2.0"}
org.babashka/cli {:mvn/version "0.3.33"}
cheshire/cheshire {:mvn/version "5.11.0"}
io.github.seancorfield/deps-new {:git/tag "v0.4.13" :git/sha "879c4eb"}}
:tools/usage {:ns-default babashka.neil.api}
:aliases
{:neil
{:project {:version "0.1.47"}}
:test ;; added by neil
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}