cryogen-project / cryogen

A simple static site generator written in Clojure
http://cryogenweb.org/
Eclipse Public License 1.0
1.09k stars 96 forks source link

Errors with lein-ring #177

Closed alexanderursu99 closed 5 years ago

alexanderursu99 commented 5 years ago

https://stackoverflow.com/questions/54810552/lein-ring-failures-under-leiningen-2-9-0

Running either

lein ring server

or

lein new cryogen my-blog

Has some issues. Found that upgrading lein-ring plugin in project.clj to 0.12.5 makes it work fine, although the link above mentions things about ring-core and ring-jetty-adapter. Not sure if those need a fix anywhere or if the version bump on lein-ring is sufficient.

yogthos commented 5 years ago

Looks like this was caused by outdated dependencies, I've updated the dependencies in the project and the new release should work with the latest lein.