-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
21 lines (14 loc) · 827 Bytes
/
deps.edn
File metadata and controls
21 lines (14 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{:paths ["src"]
:deps {#_#_org.clojure/clojure {:mvn/version "1.12.4"}
#_#_org.clojure/clojurescript {:mvn/version "1.12.134"}}
:aliases
{:dev {:extra-paths ["dev"]
:extra-deps {nrepl/nrepl {:mvn/version "1.5.1"}}}
:test {:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}}}
:shadow-cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "3.3.4"}}}
:build {:ns-default build
:deps {io.github.clojure/tools.build {:mvn/version "0.10.11"}
slipset/deps-deploy {:mvn/version "0.2.2"}}}
:cljdoc {:extra-deps {io.github.cljdoc/cljdoc-analyzer {:git/tag "v1.0.873" :git/sha "bf4f620c"}}
:main-opts ["-m" "cljdoc-analyzer.cljdoc-main"]}}}