Skip to content

Commit

Permalink
Add deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Jun 13, 2020
1 parent c437bf8 commit 1d2d713
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{:aliases
{:repl
{:extra-paths ["dev"]
:extra-deps {cljdev {:git/url "https://github.com/justone/cljdev.git" :sha "0606399da2612346290c667faa1d1ac4a096e58d"}}
:main-opts ["-m" "cljdev.repl"]}
:test
{:extra-paths ["dev" "test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.632"}}
:main-opts ["-m" "kaocha.runner"]}}

:deps
{com.taoensso/nippy {:mvn/version "2.14.0"}
org.clojure/tools.cli {:mvn/version "1.0.194"}}

:paths ["src" "resources"]}

0 comments on commit 1d2d713

Please sign in to comment.