pedestal

2024-07-11T09:19:22.410379Z

Is Clojure 1.12 a requirement for 0.7?

lread 2024-07-11T14:27:12.371309Z

https://github.com/pedestal/pedestal/blob/master/CHANGELOG.md#070---2-jul-2024 states 1.10.1 and above

hlship 2024-07-11T14:55:55.360699Z

That’s in the README, but needs to be on the home page as well.

2024-07-11T20:40:27.653899Z

Thanks. I was confused a bit because the http://pedestal.io/pedestal/0.7/guides/embedded-template.html guide mentions intalling the 1.12 alpha

hlship 2024-07-12T00:13:17.452239Z

That is confusing, but it's about the deps-new code that reads the Pedestal embeded template, not Pedestal itself; that's why you need the 1.12 alias to run deps-new, but don't need it to run you brand-spanking-new project's REPL or tests.

👍 1