Skip to content

Commit

Permalink
def & test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 25, 2023
1 parent 9b8f6d3 commit e012c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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"}}}}}

0 comments on commit e012c89

Please sign in to comment.