Skip to content

Commit

Permalink
Add deps.edn to git.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinnear committed Oct 18, 2019
1 parent 3b29bfa commit 239ce3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

{:aliases {:zprint {:extra-deps
{org.clojure/clojure
#:mvn{:version "1.9.0"},
zprint #:mvn{:version
"0.5.0"}},
:main-opts ["-m" "zprint.main"]}},
:deps {org.clojure/clojure #:mvn{:version "1.9.0"},
zprint #:mvn{:version "0.5.0"}}}

0 comments on commit 239ce3e

Please sign in to comment.