Hello I am trying to follow the tutorial but hitting the issue:
Execution error (IllegalArgumentException) at orchard.misc/require-and-resolve (misc.clj:161).
No such namespace: orchard.java.parser-utils
It seems it has something to do with cider-nrepl? But I can't find a way to upgrade the version as its not listed in deps.edn for the project itself... It seems to be sub dependencyThanks--just made a new release; you can update your biff deps to {:git/tag "v1.8.27", :git/sha "94eb24d", ...}
this fix works for me: https://github.com/jacobobryant/biff/pull/236
Hm, yeah maybe the problem is a version mismatch between what your editor needs. the dependency is here: https://github.com/jacobobryant/biff/blob/1a1eccf8d65bf0e26adb0aab3e51c4cd4f81e138/deps.edn#L4. you can override it in your project's deps.edn file.