Fork me on GitHub
#leiningen
<
2018-06-11
>
Space Guy18:06:55

What's the best way to load in new dependencies added to project.clj without restarting the REPL?

jumar19:06:18

with clj-refactor you can use cljr-add-project-dependency (emacs)

jumar19:06:37

@U9EG0G09E you can also use alembic (doesn't work with Java 9+) or pomegranate (didn't work for me for some reason) manually from REPL

Space Guy19:06:04

Thanks! I'm hitting the java 9 issues but there's a few workarounds to try, those do look like the right tools for it