-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathdeps.edn
21 lines (20 loc) · 840 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{:paths ["src" "resources"]
:deps {borkdude/edamame {:mvn/version "1.0.0"}
babashka/process {:mvn/version "0.1.7"}
org.babashka/cli {:mvn/version "0.7.51"}
org.babashka/sci {:mvn/version "0.6.37"}
io.github.squint-cljs/squint
#_{:local/root "/Users/borkdude/dev/squint"}
{:git/sha "a6cd645ac6a06605a5207766e93ceba5912ca694"}
funcool/promesa {:mvn/version "11.0.678"}}
:aliases
{:cljs {:extra-paths ["test"]
:extra-deps {thheller/shadow-cljs {:mvn/version "2.28.10"}}}
:test ;; added by neil
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}
babashka/fs {:mvn/version "0.1.6"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}
}