-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeps.edn
14 lines (14 loc) · 1.17 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:paths ["src"]
:deps {provisdom/utility-belt {:git/url "https://github.com/Provisdom/utility-belt.git"
:sha "efdbcff8a2f15fe20d5b969655f19fbf7f42b680"}}
:aliases {:dev {:extra-paths ["siderail"]}
:local {:override-deps {provisdom/utility-belt {:local/root "../utility-belt"}}}
:test {:extra-paths ["test" "siderail"]
:extra-deps {criterium/criterium {:mvn/version "0.4.6"}
org.clojure/test.check {:mvn/version "1.1.1"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
provisdom/test {:git/url "https://github.com/Provisdom/test.git"
:sha "ec0b531bf0e5a8b5897a8dde332bd08d478578f4"}}}
: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"]}}}