-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
18 lines (18 loc) · 1.48 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{:paths ["src"]
:deps {orchestra/orchestra {:mvn/version "2020.07.12-1"}
org.clojure/data.int-map {:mvn/version "1.0.0"}
provisdom/math {:git/url "https://github.com/Provisdom/math.git"
:sha "289ce7bfa71552998d025824e4e994ee2541955b"}
provisdom/utility-belt {:git/url "https://github.com/Provisdom/utility-belt.git"
:sha "9e91b311d1024628ef882290d93eff1b886b7eeb"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.0"}
provisdom/test {:git/url "https://github.com/Provisdom/test.git"
:sha "ce443de2f550f6c69e217591489841e33a5d43d6"}
com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "6ec7f8eef509cd14d831e8cc16e856b31327a862"}}
:main-opts ["-m" "cognitect.test-runner"
"-n" "provisdom.utility-belt.core-test"]}
:test-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.672"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}}
:main-opts ["-m" "kaocha.runner"]}}}