-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
27 lines (21 loc) · 955 Bytes
/
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
{:paths [:cljc-paths :resource-paths]
:deps {
com.draines/postal {:mvn/version "2.0.5"}
leihs-core/leihs-core {:local/root "./shared-clj"}
environ/environ {:mvn/version "1.2.0"}
}
:aliases {
:build {:deps
{io.github.leihs/tools.build
{:git/tag "v0.9.5-leihs"
:git/sha "94a26a9"}}
:ns-default scripts.build}
:cljc-paths ["src" "shared-clj/src"]
:cljfmt {:extra-deps {io.github.weavejester/cljfmt
{:git/tag "0.11.2"
:sha "fb26b22f569724b05c93eb2502592dfc2de898c3"
}}
:main-opts ["-m" "cljfmt.main"]}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.5.1109"} }
:main-opts ["-m" "antq.core"]}
:resource-paths ["resources"]}}