Hi, I am trying to add `com.walmartlabs/lacinia-pedestal {:mvn/version "1.1"}` in my `deps.edn` but when i require the `com.walmartlabs.lacinia.pedestal2` namespace I get the following error _`Could not locate io/aviso/exception__init.class, io/aviso/exception.clj or io/aviso/exception.cljc on classpath.`,_ from looking at the source it seems this lib is required as a dev dep but for some reason it is required that I include it as a regular dep in my project, any suggestion how to resolve this?
Hi -- add
io.aviso/pretty {:mvn/version "1.3"}
to your deps.ednSorry about that; that a bug fixed in the latest lacinia, though I just checked and need to do a corresponding fix in lacinia-pedestal.
Here's the underlying issue: https://github.com/walmartlabs/lacinia/issues/410
I'm working on the Lacinia tutorial today, and updating it from Leiningen to deps.edn, and a few other bits.
A lot of work.
But I'm learning a few things along the way.