Skip to content

Commit

Permalink
move datomic-free dependency to test alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dazld committed Jan 26, 2020
1 parent 1a8eb64 commit 8459652
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{:paths ["src"]
:deps {edn-query-language/eql {:mvn/version "0.0.9"}
aysylu/loom {:mvn/version "1.0.2"}
com.datomic/datomic-free {:mvn/version "0.9.5697"
:exclusions [commons-codec
joda-time]}}
aysylu/loom {:mvn/version "1.0.2"}}

:aliases {:provided {:extra-deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.597"}}}
:test {:extra-paths ["test" "dev"]
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:extra-deps {com.datomic/datomic-free {:mvn/version "0.9.5697"
:exclusions [joda-time
commons-codec]}
com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "f7ef16dc3b8332b0d77bc0274578ad5270fbfedd"}}
:main-opts ["-m" "cognitect.test-runner"]}}}

0 comments on commit 8459652

Please sign in to comment.