Skip to content

Commit

Permalink
Add deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
clyfe committed Dec 6, 2020
1 parent ba016c0 commit b1d3683
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/tools.namespace {:mvn/version "1.0.0"}
integrant {:mvn/version "1.0.0"}}
:aliases {:test {:extra-deps {org.clojure/clojurescript {:mvn/version "1.10.773"}}
:extra-paths ["test"]}}}

0 comments on commit b1d3683

Please sign in to comment.