Hello Does anyone know of an example luminus app with modern/recent dependencies for nrepl/refactor-nrepl/cider-nrepl ? All examples that I could find are ~5 yrs old and no longer work. https://stackoverflow.com/a/34610704/74089 similar question "How can I attach CIDER's debugger to a Luminus web application?" but the proposed solution doesn't work anymore because nrepl's API has changed(No such var: nrepl/default-handler)
If anyone finds this question in Google, that's the combination of deps that worked for me:
[refactor-nrepl "2.5.0"]
[cider/cider-nrepl "0.25.2"]
[cider/piggieback "0.5.0"]
[nrepl "0.8.0-alpha5"]