-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathdeps.edn
31 lines (27 loc) · 1.42 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
;;
;;
;;
io.sentry/sentry {:mvn/version "7.20.0"}
ring/ring-core {:mvn/version "1.13.0"}}
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default scripts.build}
:test {:extra-paths ["test"]
:extra-deps {cheshire/cheshire {:mvn/version "5.13.0"}
com.github.seancorfield/expectations {:mvn/version "2.2.214"}
lambdaisland/kaocha {:mvn/version "1.91.1392"}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
org.clojure/test.check {:mvn/version "1.1.1"}}}
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1264"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}}
:replace-paths ["."]
:exec-fn antq.tool/outdated
:exec-args {:skip ["pom"]
:verbose true
:upgrade true
:download true
:no-changes true
:force true}}}}