forked from clojure-lsp/clojure-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
15 lines (15 loc) · 849 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{:paths []
:aliases {:dev {:extra-paths ["lib/src"
"cli/src"]
:extra-deps {clojure-lsp/lib {:local/root "lib"}
clojure-lsp/cli {:local/root "cli"}
io.github.clojure/tools.build {:git/url "https://github.com/clojure/tools.build.git"
:tag "v0.8.0"
:sha "e3e3532"}}}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.63.998"}}
:extra-paths ["lib/src"
"cli/src"
"common-test/src"
"lib/test"
"cli/test"]
:main-opts ["-m" "kaocha.runner"]}}}