-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
46 lines (39 loc) · 2.64 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
37
38
39
40
41
42
43
44
45
46
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:paths ["src" "classes"]
:aliases {:build {:extra-paths ["src" "resources"]
:deps {io.github.clojure/tools.build {:git/tag "v0.8.5" :git/sha "ba1a2bf"}
:ns-default build}}
:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:docs {:extra-deps {wactbprot/marginalia {:local/root "../marginalia"}}
:main-opts ["-m" "marginalia.core" "-A" "dev"]
:exec-fn marginalia.core/-main}
:hiera {:deps {io.github.greglook/clj-hiera {:git/tag "2.0.0", :git/sha "b14e514"}}
:exec-fn hiera.main/graph
:exec-args {; :layout :horizontal
:cluster-depth 2
:output "."}}
:outdated {:deps {com.github.liquidz/antq {:mvn/version "2.2.962"}}
:main-opts ["-m" "antq.core"]}
:dev {:extra-deps {http-kit/http-kit {:mvn/version "2.6.0"}
compojure/compojure {:mvn/version "1.6.1"}
hiccup/hiccup {:mvn/version "1.0.5"}
ring/ring-defaults {:mvn/version "0.3.2"}
ring/ring-core {:mvn/version "1.7.1"}
ring/ring-devel {:mvn/version "1.7.1"}
ring/ring-json {:mvn/version "0.5.0"}
ring/ring-codec {:mvn/version "1.1.3"}
de.ptb.gitlab1/libcdb {:local/root "../libcdb"}
djblue/portal {:mvn/version "0.35.0"}
cider/cider-nrepl {:mvn/version "0.29.0"}
io.github.nextjournal/clerk {:mvn/version "0.12.707"}
clj-http/clj-http {:mvn/version "3.12.3"}
integrant/integrant {:mvn/version "0.8.0"}
clojure.java-time/clojure.java-time {:mvn/version "1.1.0"}
org.clojure/test.check {:mvn/version "1.1.1"}
org.clojure/data.json {:mvn/version "2.4.0"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
com.brunobonacci/mulog-elasticsearch {:mvn/version "0.9.0"}}}}}