-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
21 lines (17 loc) · 843 Bytes
/
deps.edn
File metadata and controls
21 lines (17 loc) · 843 Bytes
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 {org.clojure/core.logic {:mvn/version "1.0.1"}
org.clojure/clojure {:mvn/version "1.11.1"}}
:aliases {:dev {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
speculative/speculative {:mvn/version "0.0.3"}}}
:test {:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.82.1306"}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
grafter/grafter {:mvn/version "2.1.18"}}
:main-opts ["-m" "kaocha.runner"]}
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.6.3" :git/sha "9b8e09b"}}
:ns-default build}
}
}