We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14107e commit bc3e5adCopy full SHA for bc3e5ad
deps.edn
@@ -22,7 +22,7 @@
22
;; Run Clay in watch mode with `clojure -J-Dclojure.main.report=stderr -M:clay`
23
:clay {:main-opts ["-m" "scicloj.clay.v2.main"]}
24
;; When debugging libraries
25
- :dev {:override-deps {org.scicloj/clay {:local/root "../clay"}}}
+ :local {:override-deps {org.scicloj/clay {:local/root "../clay"}}}
26
;; $ clojure -T:build test
27
;; $ clojure -T:build ci
28
:build {:deps {io.github.clojure/tools.build
0 commit comments