cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

0.5.1 was compiled with Java 7 #49

Closed josephwilk closed 11 years ago

josephwilk commented 11 years ago

Was this intentional?

I'm having problems using 0.5.1 with Java 6.

Exception in thread "main" java.lang.UnsupportedClassVersionError: ahc/RequestBuilderWrapper : Unsupported major.minor version 51.0, compiling:(request.clj:15)
neotyk commented 11 years ago

That was not intentional. Will compile with 1.6 and push another release.

neotyk commented 11 years ago

Please find new compilation at clojars

Thanks again for your feedback