-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdeps.edn
More file actions
17 lines (15 loc) · 934 Bytes
/
deps.edn
File metadata and controls
17 lines (15 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:deps {io.helins/binf {:mvn/version "1.1.0-beta1"}
org.clojure/clojurescript {:mvn/version "1.10.879"}
org.clojure/core.match {:mvn/version "1.0.0"}
org.clojure/core.async {:mvn/version "1.3.618"}
org.clojure/tools.logging {:mvn/version "1.1.0"}}
:paths ["src"]
:aliases {:dev {:extra-paths ["src/com/clunk"]
:extra-deps {http-kit/http-kit {:mvn/version "2.1.19"}
org.clojure/data.json {:mvn/version "2.4.0"}}}
:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "8c3f22363d63715de4087b038d79ae0de36a3263"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}