-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeps.edn
39 lines (32 loc) · 2.03 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
clj-kondo/clj-kondo {:mvn/version "2024.05.24"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha9"}
aysylu/loom {:mvn/version "1.0.2"
:exclusions [tailrecursion/cljs-priority-map]}
org.babashka/cli {:mvn/version "0.8.59"}
babashka/process {:mvn/version "0.5.22"}
babashka/fs {:mvn/version "0.5.23"}
metosin/malli {:mvn/version "0.17.0"}
metosin/jsonista {:mvn/version "0.3.12"}}
:paths ["src" "resources"]
:aliases
{:test
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}
io.github.juxt/snap {:git/sha "588755d360d02d91287e6b2d3c6a9e1ccadb4af5"
:exclusions [org.clojure/clojurescript cljs-node-io/cljs-node-io]}}
:extra-paths ["test/src"]
:main-opts ["-m" "kaocha.runner"]}
:coverage
{:extra-deps {lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}
:main-opts ["-m" "kaocha.runner" "--plugin" "cloverage"]}
:optional-deps {:extra-deps {stratify/metrics {:local/root "resources/io/github/dundalek/stratify/optional-deps/metrics"}
stratify/overarch {:local/root "resources/io/github/dundalek/stratify/optional-deps/overarch"}
stratify/graphviz {:local/root "resources/io/github/dundalek/stratify/optional-deps/graphviz"}
stratify/report {:local/root "resources/io/github/dundalek/stratify/optional-deps/report"}
;; for queries experiment
datascript/datascript {:mvn/version "1.7.3"}
; polylith/workspace {:git/url "https://github.com/polyfy/polylith"
; :git/tag "v0.2.21"
; :git/sha "44f5ecb"}
; ; :deps/root "components/workspace"}}
polylith/clj-poly {:mvn/version "0.2.21"}}}}}