Skip to content

Commit

Permalink
updated clay dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Aug 8, 2024
1 parent fac9676 commit 6c0adeb
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,6 +1,6 @@
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}}
:aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version "2-alpha81"}}
:aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version "2-beta15"}}
:extra-paths ["dev" "notebooks"]}
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.9.6"}
slipset/deps-deploy {:mvn/version "0.2.1"}}
Expand All @@ -9,4 +9,4 @@
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "48c3c67"}
org.scicloj/clay {:mvn/version "2-alpha81"}}}}}
org.scicloj/clay {:mvn/version "2-beta15"}}}}}

0 comments on commit 6c0adeb

Please sign in to comment.