tools-deps 2025-06-14

When using multiple aliases (e.g. clj -M:dev:test:repl/headless:cljs, how are :extra-paths combined?

Concatenated, in the order of the aliases.

(and all paths appear at the start of the classpath, followed by all the other dependencies, see https://clojure.org/reference/deps_edn for more details)

Thanks for the info!