convert to deps.edn

This commit is contained in:
Luke VanderHart
2018-11-02 12:53:10 -04:00
parent 6bd80a1f4d
commit 5ef0a055e2
3 changed files with 11 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.10.0-alpha4"}
org.clojure/tools.logging {:mvn/version "0.3.1"}}
:aliases
{:run-tests {:main-opts ["-m" "cognitect.test-runner"]}
:test {:extra-paths ["test"]
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "028a6d41ac9ac5d5c405dfc38e4da6b4cc1255d5"}
criterium/criterium {:mvn/version "0.4.4"}
org.clojure/test.check {:mvn/version "0.9.0"}}}}}