plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

Lein 1.8 fixes #225

Closed featheredtoast closed 6 years ago

featheredtoast commented 6 years ago

Bump snapshot version

New project under lein 1.8 throws: Could not load template, failed with: java.io.FileNotFoundException: Could not locate slingshot/slingshot__init.class or slingshot/slingshot.clj on classpath., compiling:(clj_http/client.clj:1:1)

see https://github.com/xsc/lein-ancient/issues/80

plexus commented 6 years ago

Do we need the lein-ancient dependency? We're only using it as a library.

A CHANGELOG entry would be great!

featheredtoast commented 6 years ago

Yeah, unfortunately I wasn't able to get it to work without it; but there might be another dependency (clj-http?) that we could add to get this working - I'll experiment today!

featheredtoast commented 6 years ago

Added to changelog, and confirmed that including clj-http fixes this as well.

plexus commented 6 years ago

aaron_approves