-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
15 lines (13 loc) · 880 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{:aliases {:dev {:extra-paths ["development/src"]
:extra-deps {org.clojure/clojure {:mvn/version "1.11.1"}
poly/app {:local/root "bases/app"}
poly/http-server {:local/root "components/http-server"}
poly/config-reader {:local/root "components/config-reader"}}
:jvm-opts ["-Dsnoop.enabled"]}
:test {:extra-paths []
:jvm-opts ["-Dsnoop.enabled"]}
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
:extra-deps {polyfy/polylith
{:git/url "https://github.com/polyfy/polylith"
:sha "349875fa6898d5f8c785c0d7279e6d35c7a39086"
:deps/root "projects/poly"}}}}}