-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
deps.edn
19 lines (19 loc) · 1.11 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/spec.alpha {:mvn/version "0.2.187"}}
:aliases
{:test {:main-opts ["-m" "kaocha.runner"]
:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.0.0"}
metosin/reitit {:mvn/version "0.5.10"}
manifold/manifold {:mvn/version "0.1.8"}
orchestra/orchestra {:mvn/version "2020.09.18-1"}
lambdaisland/kaocha {:mvn/version "1.0.700"}}}
:perf {:extra-paths ["perf"]
:extra-deps {criterium/criterium {:mvn/version "0.4.6"}
ring-cors/ring-cors {:mvn/version "0.1.13"}
com.unbounce/encors {:mvn/version "2.4.1"}
metosin/reitit {:mvn/version "0.5.10"}
manifold/manifold {:mvn/version "0.1.9-alpha4"}}}
:outdated {:extra-deps {olical/depot {:mvn/version "2.0.1"}}
:main-opts ["-m" "depot.outdated.main"]}}}