-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
19 lines (18 loc) · 1.44 KB
/
deps.edn
File metadata and controls
19 lines (18 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:paths ["src"]
:deps {org.clojure/data.int-map {:mvn/version "1.3.1"}
provisdom/math {:git/url "https://github.com/Provisdom/math.git"
:git/sha "5524588d10c8a5f522d8c9289cc9e17a883764e7"}
provisdom/utility-belt {:git/url "https://github.com/Provisdom/utility-belt.git"
:git/sha "d960d8dac3a804cbf253ed53d2f7c115788d17db"}}
:aliases {:local {:override-deps {provisdom/math {:local/root "../math"}
provisdom/test {:local/root "../test"}
provisdom/utility-belt {:local/root "../utility-belt"}}}
:test {:extra-paths ["test"]
:extra-deps {orchestra/orchestra {:mvn/version "2021.01.01-1"}
org.clojure/test.check {:mvn/version "1.1.3"}
provisdom/test
{:git/url "https://github.com/Provisdom/test.git"
:git/sha "1a06bd9ac936b4c0bb23a7a76ec99845a0b7739b"}}}
:test-clj-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}}
:main-opts ["-m" "kaocha.runner"]}}}