Is Clojure 1.12 a requirement for 0.7?
https://github.com/pedestal/pedestal/blob/master/CHANGELOG.md#070---2-jul-2024 states 1.10.1 and above
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.