-
Notifications
You must be signed in to change notification settings - Fork 2
/
deps.edn
19 lines (19 loc) · 1.09 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/data.json {:mvn/version "2.5.0"}
clj-http/clj-http {:mvn/version "3.13.0"}
slingshot/slingshot {:mvn/version "0.12.2"}}
:aliases {:cider-clj {:extra-deps {cider/cider-nrepl {:mvn/version "0.27.2"}}
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}
:test {:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.64.1010"}}
:main-opts ["-m" "kaocha.runner"]}
:clj-kondo/config
{:extra-deps {clj-kondo/config {:git/url "https://github.com/clj-kondo/config"
:sha "bd72d749732540e5e18a9eaca92f507bdb981473"}}
:main-opts ["-m" "clj-kondo.config"]}
:build {:extra-deps
{io.github.clojure/tools.build {:git/tag "v0.10.0"
:git/sha "3a2c484"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}}}