Fork me on GitHub
#leiningen
<
2020-01-07
>
FiVo17:01:47

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.

mikerod17:01:56

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

mikerod17:01:14

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

mikerod17:01:35

Assuming version you use doesn’t break internal lein