You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle0.17.x or newer. (#662)
This buildpack is no longer Heroku stack specific and can be used with most amd64 or arm64 Linux based CNB build and run images. (#662)
Default OpenJDK distribution is now always Azul® Zulu®. (#662)
Some error messages relating to OpenJDK installation changed. (#665)
OpenJDK is now downloaded from heroku-buildpacks-jvm.s3.us-east-1.amazonaws.com. Users that use allow-listing for internet access during builds might need to add this new URL to their allow-list. (#665)
Removed
Support for Heroku's own OpenJDK build distribution. Users that explicitly request that distribution by prefixing their OpenJDK version with heroku- need to either remove the prefix or replace it with zulu-. Azul Zulu is a drop-in replacement for the Heroku OpenJDK distribution. (#662)
Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle0.17.x or newer. (#662)
heroku/sbt
Removed
Support for sbt <1.0. This buildpack supported old and deprecated sbt versions on a best-effort basis before. Artifacts required by those older versions recently started to be unavailable upstream which caused us to drop support for those versions. If you're affected, please migrate your project to the latest stable sbt version 1.10.0. (#669)