Skip to content

Commit bc3e5ad

Browse files
committed
change :dev alias to :local for local version of clay
Signed-off-by: Sean Corfield <sean@corfield.org>
1 parent e14107e commit bc3e5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
;; Run Clay in watch mode with `clojure -J-Dclojure.main.report=stderr -M:clay`
2323
:clay {:main-opts ["-m" "scicloj.clay.v2.main"]}
2424
;; When debugging libraries
25-
:dev {:override-deps {org.scicloj/clay {:local/root "../clay"}}}
25+
:local {:override-deps {org.scicloj/clay {:local/root "../clay"}}}
2626
;; $ clojure -T:build test
2727
;; $ clojure -T:build ci
2828
:build {:deps {io.github.clojure/tools.build

0 commit comments

Comments
 (0)