-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdeps.edn
More file actions
24 lines (20 loc) · 891 Bytes
/
deps.edn
File metadata and controls
24 lines (20 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{:paths ["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.12.2"}
com.lambdaisland/dotenv {:mvn/version "0.2.5"}
com.lambdaisland/cli {:mvn/version "0.24.97"}}
:aliases
{:clojure
{:extra-deps {babashka/babashka {:mvn/version "1.12.208" :scope "provided"}
org.clojure/tools.deps.alpha {:mvn/version "0.15.1254"}
com.nextjournal/beholder {:mvn/version "1.0.3"}
thheller/shadow-cljs {:mvn/version "3.2.1"}
;; prevent tools.deps.alpha from dragging in an old guava
com.google.guava/guava {:mvn/version "33.5.0-jre"}
com.lambdaisland/classpath {:mvn/version "0.6.58"}}}
:test
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}}}
:self-deps
{:extra-deps {com.lambdaisland/launchpad-deps {:local/root "resources/launchpad"}}}
}}