pedestal 2024-07-11

Is Clojure 1.12 a requirement for 0.7?

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

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

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