Fork me on GitHub
#clojure-uk
<
2017-01-21
>
mattford23:01:41

So beginner questions - I added a package as a dependency in my lein project file, did a lein deps added a use to my code. And then tried evaluating - I'm using CIDER. Kept failing until I restarted the repl.

mattford23:01:04

is there something I can do to avoid that restart?

Sam H23:01:33

which editor are you using? I'm currently using spacemacs which has a command for adding and hot loading new dependencies by using https://github.com/clojure-emacs/clj-refactor.el

mattford23:01:55

cheers I'll take a look