Releases: heroku/heroku-buildpack-clojure
Releases · heroku/heroku-buildpack-clojure
v94
v93
- Install Leiningen from upstream repository instead of using a vendored script. (#201)
- Remove Leiningen
1.xsupport. (#201) - Remove automatic Node.js installation. Users must explicitly add the Node.js buildpack if their project requires Node.js or npm. (#192)
- Suppress curl output during leiningen installation to reduce build log noise and improve testability. (#188)
- Replace
apt-getrlwrapinstallation with shim. (#187) - Buildpack output slightly changed. If you match against the buildpack output, verify your matching still works and adjust if necessary. (#191)
- Upgrade Clojure CLI to
1.12.4.1597(#206) - Upgrade default Leiningen to
2.12.0(#204)