Skip to content

Commit

Permalink
Add provided deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Nov 16, 2018
1 parent 4b2abe1 commit de2334b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deps.edn
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
{org.clojure/test.check {:mvn/version "0.10.0-alpha3"}} {org.clojure/test.check {:mvn/version "0.10.0-alpha3"}}


:aliases :aliases
{:test {:provided
{:extra-deps {org.clojure/clojure {:mvn/version "1.9.0"}
org.clojure/clojurescript {:mvn/version "1.10.339"}}}

:test
{:extra-paths ["test"] {:extra-paths ["test"]
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git" :extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "5fb4fc46ad0bf2e0ce45eba5b9117a2e89166479"}} :sha "5fb4fc46ad0bf2e0ce45eba5b9117a2e89166479"}}
Expand Down

0 comments on commit de2334b

Please sign in to comment.