-
Notifications
You must be signed in to change notification settings - Fork 1
/
deps.edn
36 lines (30 loc) · 1.45 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
32
33
34
35
36
{:paths [:cljc-paths :resource-paths]
:deps {
better-cond/better-cond {:mvn/version "2.1.5"}
clj-http/clj-http {:mvn/version "3.12.3"}
clojure.java-time/clojure.java-time {:mvn/version "1.3.0"}
com.flocktory/wet {:mvn/version "0.2.1"}
com.layerware/hugsql {:mvn/version "0.5.3"}
com.rpl/specter {:mvn/version "1.1.4"}
com.walmartlabs/lacinia {:mvn/version "0.37.0"}
leihs-core/leihs-core {:local/root "./shared-clj"}
org.clojure/data.generators {:mvn/version "1.0.0"}
org.clojure/spec.alpha {:mvn/version "0.3.218"}
org.threeten/threeten-extra {:mvn/version "1.7.2"}
threatgrid/ring-graphql-ui {:mvn/version "0.1.3"}
}
:aliases {
:build {:deps
{io.github.leihs/tools.build
{:git/tag "v0.9.5-leihs"
:git/sha "94a26a9"}}
:ns-default scripts.build}
:cljfmt {:extra-deps {io.github.weavejester/cljfmt
{:git/tag "0.11.2"
:sha "fb26b22f569724b05c93eb2502592dfc2de898c3"
}}
:main-opts ["-m" "cljfmt.main"]}
:cljc-paths ["src/server" "src/common" "shared-clj/src"]
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.5.1109"} }
:main-opts ["-m" "antq.core"]}
:resource-paths ["resources"]}}