forked from clojure-lsp/lsp4clj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
15 lines (15 loc) · 824 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/core.async {:mvn/version "1.5.648"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
cheshire/cheshire {:mvn/version "5.11.0"}
funcool/promesa {:mvn/version "10.0.594"}}
:paths ["src" "resources"]
:aliases {:dev {:extra-paths ["test"]}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.64.1010"}}
:extra-paths ["test"]
:main-opts ["-m" "kaocha.runner"]}
:build {:extra-paths ["resources"]
:deps {io.github.clojure/tools.build {:git/tag "v0.8.1"
:git/sha "7d40500"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
:ns-default build}}}