forked from clojure-lsp/clojure-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
17 lines (17 loc) · 958 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{: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.9.6"
:sha "8e78bcc"}}}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]
:extra-paths ["lib/src"
"cli/src"
"common-test/src"
"lib/test"
"cli/test"]
:main-opts ["-m" "kaocha.runner"]}
:debug {:extra-paths ["cli/dev"]}}}