Skip to content

Commit

Permalink
Add deps.end
Browse files Browse the repository at this point in the history
  • Loading branch information
drake.aren committed Oct 8, 2020
1 parent 4ff28af commit 66d0009
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{:path ["src"]
:deps
{org.clojure/clojure {:mvn/version "1.7.0"}
cheshire/cheshire {:mvn/version "5.9.0"}
ring/ring-core {:mvn/version "1.7.1"}}
:aliases
:test
{:extra-paths ["test"]
:extra-deps
{com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "209b64504cb3bd3b99ecfec7937b358a879f55c1"}}
:main-opts ["-m" "cognitect.test-runner"]}}

0 comments on commit 66d0009

Please sign in to comment.