-
Notifications
You must be signed in to change notification settings - Fork 1
/
deps.edn
30 lines (30 loc) · 1.51 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
{:deps {org.clojure/clojure {:mvn/version "1.10.0"}
eigenhombre/namejen {:mvn/version "0.1.14"}
uswitch/lambada {:mvn/version "0.1.2"}
cheshire {:mvn/version "5.8.1"}}
:aliases {:kibit
{:extra-deps {lein-kibit {:mvn/version "RELEASE"}
jonase/kibit {:mvn/version "RELEASE"}}
:extra-paths ["lint"]
:main-opts ["-m" "kibit"]}
:eastwood
{:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]
:extra-deps {jonase/eastwood {:mvn/version "RELEASE"}}}
:outdated {:extra-deps {olical/depot {:mvn/version "RELEASE"}}
:main-opts ["-m" "depot.outdated.main"]}
:chars {:main-opts ["-m" "trav.core"]}
:test {:extra-paths ["test"]
:extra-deps {com.cognitect/test-runner
{:git/url
"https://github.com/Olical/test-runner.git"
:sha
"7c4f5bd4987ec514889c7cd7e3d13f4ef95f256b"}}
:main-opts ["-m" "cognitect.test-runner"]}
:aot ;; See https://github.com/juxt/pack.alpha#lambda:
{:extra-paths ["classes"]
:main-opts ["-e" "(compile,'trav.lambda)"]}
:pack {:extra-deps
{pack/pack.alpha
{:git/url "https://github.com/juxt/pack.alpha.git"
:sha "24863d1ff5a54bb7cc783ff62272212b51c8b316"}}
:main-opts ["-m"]}}}