Open stukennedy opened 9 years ago
I'm getting a build error when trying to compile my project with the shopify dependency.
Exception in thread "main" java.lang.RuntimeException: No such var: clojure.core.cache/through, compiling:(clojure/core/memoize.clj:52:3)
Is one of your dependencies using an outdated version of core.cache?
core.cache
Version 0.6.2 of core.cache is being used, with 0.6.4 being the latest, I doubt that's the problem here. I also managed to add dependency to my project in a docker container with no resistance.
I'm getting a build error when trying to compile my project with the shopify dependency.
Is one of your dependencies using an outdated version of
core.cache
?