-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathdeps.edn
More file actions
19 lines (19 loc) · 877 Bytes
/
deps.edn
File metadata and controls
19 lines (19 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:paths ["src" "resources"]
:deps {org.babashka/cli {:mvn/version "0.8.66"}
org.babashka/sci {:mvn/version "0.10.49"}
io.github.squint-cljs/squint
#_{:local/root "/Users/borkdude/dev/squint"}
{:git/sha "db0e3c7b831568a3766e9ade0e2a05490446bfe5"}}
:aliases
{:cljs {:extra-paths ["test"]
:extra-deps {thheller/shadow-cljs {:mvn/version "3.3.4"}
funcool/promesa {:mvn/version "11.0.678"}
babashka/process {:mvn/version "0.6.23"}}}
:test ;; added by neil
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd" :git/url "https://github.com/cognitect-labs/test-runner"}
babashka/fs {:mvn/version "0.5.27"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}
}