tendant / graphql-clj

A Clojure library that provides GraphQL implementation.
Eclipse Public License 1.0
285 stars 22 forks source link

Tries to load spec under Clojure 1.8 and breaks #49

Closed ku1ik closed 7 years ago

ku1ik commented 7 years ago

I'm trying to upgrade from 0.1.17 to 0.1.20 and I'm getting this:

Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/spec__init.class or clojure/spec.clj on classpath., compiling:(graphql_clj/spec.clj:1:1)

Is 0.1.20 no longer supporting Clojure < 1.9 ?

aew commented 7 years ago

Did you add [clojure-future-spec "1.9.0-alpha14"] to your project.clj?

ku1ik commented 7 years ago

Ouch. Sorry, I only looked at the changelog, I should have also looked at the updated readme too...