Fork me on GitHub
#leiningen
<
2024-05-02
>
ag02:05:49

Does clojure.repl.deps/add-lib(s) even work in lein projects? It keeps failing to find the artifacts. Maybe the lib-coords have to be in different format?

Alex Miller (Clojure team)03:05:43

It is partially built on the basis injected by the Clojure CLI, and is definitely dependent on the CLI being installed (at sufficiently new version) to add new libs

Alex Miller (Clojure team)03:05:31

The former is something that Leiningen could replicate

ag03:05:54

Thank you for confirming. I don't actually need it to work for lein. I'm just trying to add hot-loading functionality to neil.el for Emacs and wanted to make sure that limiting that only for deps.edn projects made sense.