Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyjwilli committed May 6, 2022
1 parent 9e2e816 commit 37a7620
Show file tree
Hide file tree
Showing 3 changed files with 2,579 additions and 53 deletions.
16 changes: 8 additions & 8 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{:paths ["src"]
:deps {org.clojure/core.async {:mvn/version "1.3.610"}}
:deps {org.clojure/core.async {:mvn/version "1.5.648"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.0"}
org.clojure/data.priority-map {:mvn/version "1.0.0"}
orchestra/orchestra {:mvn/version "2020.07.12-1"}
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
org.clojure/data.priority-map {:mvn/version "1.1.0"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
provisdom/test {:git/url "https://github.com/Provisdom/test.git"
:sha "e34b8d22f14401c5dca6e213b981a244865cc9fd"}
:sha "c12852d4dbe90ed5a6a8675618cfbf49eed60970"}
com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "6ec7f8eef509cd14d831e8cc16e856b31327a862"}}}
:test-clj-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.672"}
:sha "a85b3b02765fb68684ab9ee4a8598eacf7e471d2"}}}
:test-clj-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.66.1034"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}}
:main-opts ["-m" "cognitect.test-runner"]}
:test-cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.11.2"}}}}}
:test-cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.18.0"}}}}}
Loading

0 comments on commit 37a7620

Please sign in to comment.