cider

slipset 2025-01-04T18:55:52.239839Z

Sorry if this is a FAQ, but: I’m running cider over a socket to a remote machine using clojure 1.12. This means that I have repl/sync-deps and repl/add-lib . Now back in the day we had clj-refactor-add-project-dependency which did basically an add-lib but also wrote to your project.clj . Is there such a thing now for CIDER? What I’d really want was a repl/add-lib which also wrote to the current deps.edn

benny 2025-01-04T23:09:29.956749Z

I don't know of the cider way of doings things, but maybe it helps anyway: There is https://github.com/babashka/neil which can be combined with repl/sync-deps.