-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
15 lines (14 loc) · 1.04 KB
/
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"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.45"}
org.clojure/data.fressian {:mvn/version "1.0.0"}}
:paths ["src"]
:aliases {:release {:deps {com.github.liquidz/build.edn {:git/tag "0.9.188" :git/sha "d2d25b0"}}
:exec-fn build-edn.main/execute
:exec-args {:fns [jar deploy]}}
:test {:extra-paths ["test" "test-resources"]
:extra-deps {com.datomic/peer {:mvn/version "1.0.6726"}
org.slf4j/slf4j-simple {:mvn/version "1.7.36"}
com.github.sikt-no/datomic-testcontainers {:git/tag "0.1.5" :git/sha "09238a6"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.0" :git/sha "b3fd0d2"}}
:main-opts ["--report" "stderr" "-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}