diff --git a/deps.edn b/deps.edn index 4179270..3c1d136 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ {:deps {org.clojure/clojure {:mvn/version "1.11.1"}} - :aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version "2-alpha53"} + :aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version "2-alpha54"} scicloj/tablecloth {:mvn/version "7.021"}} :extra-paths ["test" "notebooks"]} ;; Run tests with `clojure -T:build` @@ -8,5 +8,5 @@ :ns-default build} ;; Run tests with `clojure -M:test -m cognitect.test-runner` :test {:extra-paths ["test"] - :extra-deps {org.scicloj/kindly {:mvn/version "4-alpha8"} + :extra-deps {org.scicloj/kindly {:mvn/version "4-alpha9"} io.github.cognitect-labs/test-runner {:git/tag "v0.5.0" :git/sha "48c3c67"}}}}}