-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
15 lines (15 loc) · 982 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.scicloj/kindly-advice {:mvn/version "1-beta12"}
djblue/portal {:mvn/version "0.58.2"}}
:aliases {:dev {:extra-deps {scicloj/tablecloth {:mvn/version "7.029.2"}
org.scicloj/kindly {:mvn/version "4-beta14"}
hiccup/hiccup {:mvn/version "2.0.0-RC3"}}}
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.9.6"}
slipset/deps-deploy {:mvn/version "0.2.1"}}
:ns-default build}
;; Run tests with `clojure -M:test -m cognitect.test-runner`
:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "48c3c67"}
scicloj/tablecloth {:mvn/version "7.029.2"}}}}}