forked from ComputeSoftware/datomic-client-memdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
10 lines (10 loc) · 726 Bytes
/
deps.edn
File metadata and controls
10 lines (10 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
{:deps {org.clojure/core.async {:mvn/version "1.1.587"}
com.datomic/client {:mvn/version "0.8.89"}
com.datomic/datomic-free {:mvn/version "0.9.5697"}}
:paths ["src"]
:aliases {:test {:extra-paths ["test"]}
:run-tests {:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "f7ef16dc3b8332b0d77bc0274578ad5270fbfedd"}}
:main-opts ["-m" "cognitect.test-runner"]}
:jar {:extra-deps {seancorfield/depstar {:mvn/version "0.5.2"}}
:main-opts ["-m" "hf.depstar.jar" "datomic-client-memdb.jar"]}}}