Skip to content

Commit

Permalink
Update deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
jkovis authored Oct 11, 2020
1 parent a9a6edf commit 09a8493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{:paths ["dawn-demo/src/clj"]
{:paths ["dawn/src/clj"]
:deps {com.cognitect/vase {:local/root "vase"}
com.cognitect/fern {:local/root "fern"}
com.datomic/datomic-pro {:mvn/version "0.9.5930"}}
:aliases {:dev {:extra-deps {frenpl {:local/root "frenpl"}}
:extra-paths ["dawn-demo/test"]
:extra-paths ["dawn/test"]
:main-opts ["-m" "frenpl"]}
:test {:extra-paths ["dawn-demo/test"]
:test {:extra-paths ["dawn/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 09a8493

Please sign in to comment.