What I do now is open project.clj, add dependency there, run lein deps
restart repl, then use
, require
and so on.
The thing is that I don't really like to restart repl because the startup time is slow and I have to reload my files again.
So is there a better way to add dependency to lein project? without restarting the repl?