Skip to content

Commit 8358a42

Browse files
use a more specific name for local-deps
1 parent 356a8b9 commit 8358a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
:clay {:main-opts ["-m" "scicloj.clay.v2.main"]
2323
:jvm-opts ["-Dclojure.main.report=stderr"]}
2424
;; When debugging libraries
25-
:local {:override-deps {org.scicloj/clay {:local/root "../clay"}
26-
org.scicloj/kindly-advice {:local/root "../kindly-advice"}}}
25+
:local-deps {:override-deps {org.scicloj/clay {:local/root "../clay"}
26+
org.scicloj/kindly-advice {:local/root "../kindly-advice"}}}
2727
:neil {:project {:name io.github.timothypratley/clojurecivitas}}}}

0 commit comments

Comments
 (0)