Hi, upgrading to the latest lacinia I get a compilation exception
Syntax error (FileNotFoundException) compiling at (com/walmartlabs/lacinia/trace.clj:1:1).
Could not locate io/aviso/exception__init.class, io/aviso/exception.clj or io/aviso/exception.cljc on classpath.
Looking at lacinia's deps.edn I don't see a reference to io.aviso/pretty which is where that ns lives, looks like a mistake to mePrevious discussions https://clojurians.slack.com/archives/C4DLZKR9T/p1642248998024200?thread_ts=1642196610.023500&cid=C4DLZKR9T
ah thank you
also looks like it should be a transitive dependency of io.aviso/logging but it's not pulled in for some reason