-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdeps.edn
21 lines (17 loc) · 926 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha9"}
io.github.clojure/tools.build {:mvn/version "0.10.5"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
metosin/malli {:mvn/version "0.16.2"}
slipset/deps-deploy {:mvn/version "0.2.2"}
pogonos/pogonos {:mvn/version "0.2.1"}
aero/aero {:mvn/version "1.1.6"}}
:aliases {:dev {:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}}}
:test {:main-opts ["-m" "kaocha.runner"]}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
org.slf4j/slf4j-nop {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}
:build {:deps {sut/sut {:local/root "."}}
:ns-default build-edn.main}}}