jamesmacaulay / shopify-clj

A Clojure library for interacting with the Shopify API
14 stars 7 forks source link

Lein build error for memoize.clj #7

Open stukennedy opened 9 years ago

stukennedy commented 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?

SevereOverfl0w commented 9 years ago

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.