-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
16 lines (16 loc) · 846 Bytes
/
deps.edn
File metadata and controls
16 lines (16 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{:deps []
:aliases {:build {:deps {io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "34727f7"}
slipset/deps-deploy {:mvn/version "RELEASE"}}
:ns-default build}
:nREPL {:extra-deps
{nrepl/nrepl {:mvn/version "0.9.0"}}
:extra-paths ["test" "dev"]}
:cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.17.2"}}}
:cljfmt {:extra-deps {cljfmt/cljfmt {:mvn/version "0.8.0"}}
:main-opts ["-m" "cljfmt.main"]}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "RELEASE"}}
:main-opts ["-m" "clj-kondo.main"]}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.977"}}
:extra-paths ["test"]}}
:paths ["src"
"test"]}