leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
FiVo 2020-01-07T17:02:47.007900Z

Is there an easy mechanism to switch a leiningen internal dependency. So for example lein depends on nrepl , but I want to use a local version of that. I know there is :plugins, but wasn't sure if it's also for this case.

2020-01-07T17:54:56.008700Z

@finn.volkel I don’t know of a way unless you want to just use lein programmatically from its source in a repl.

2020-01-07T17:55:14.009400Z

But guessing you are wanting a binary? You could change the version and rebuild the binary and go that route too.

2020-01-07T17:55:35.009900Z

Assuming version you use doesn’t break internal lein