Fork me on GitHub
#graphql
<
2022-01-26
>
oliy10:01:27

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

oliy10:01:33

ah thank you

oliy10:01:01

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