dependency problem with nrepl
I tried using 4-alpha-21 in leiningen via :repl-options as per the documentation but it fails with with error.
As far as I can tell the problem is that : src/scicloj/notespace/v4/nrepl.clj requires nrepl.middleware.dynamic-loader, which was only added in version 0.8, but the project depends on nrepl 0.7 through gorilla-notes.
Thanks, @antifessional.
We will soon refresh the frontend side, so hopefully, some of those dependency problems will disappear.
In the meantime, if this is blocking you, I guess explicitly adding nrepl at your project should solve this (at least on a deps.edn project, where dependencies are handled in a smarter way).
I'll be happy to debug this together for your specific use case.
Thank you! Yes, adding nrepl solves this.