graphql

2022-01-26T10:04:27.049200Z

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 me

2022-01-26T10:05:33.049600Z

ah thank you

2022-01-26T10:07:01.049800Z

also looks like it should be a transitive dependency of io.aviso/logging but it's not pulled in for some reason