v98 - 2024-02-14
- Fix Play Framework detection for Play >=
3.0.0
. (#240)
v97 - 2024-02-07
- Remove heroku-18 support. (#226)
- Fix deprecation warnings when using sbt
>= 1.5
. (#232) - Support for sbt
1.0.x
has been removed. (#232)
v96 - 2022-09-30
- Add support for the
DISABLE_DEPENDENCY_CLASSPATH_LOG
environment variable to disable the dependency classpath log.
v95 - 2022-09-26
- Only provision Heroku Postgres if the app declares a dependency on one of the following postgres drivers:
v94 - 2022-06-14
- Adjust curl retry and connection timeout handling
- Vendor buildpack-stdlib rather than downloading it at build time
- Switch to the recommended regional S3 domain instead of the global one
v93 - 2022-06-07
- Add heroku-22 support
v92 - 2022-02-09
- Update sbt-extras, support for sbt >= 1.6.2
v91 - 2021-10-14
- Download the JVM Common buildpack from the buildpack registry, rather than the legacy
codon-buildpacks
S3 bucket. - Remove heroku-16 support
v90 - 2021-03-09
- Update sbt-extras, support for sbt >= 1.4.8
- Enable heroku-20 testing
- Update sbt-extras
- Update tests
- Added ability to run as a CNB with a shim
- Clean sbt cache dir from slug
- Pass cache to JVM install to cache system.properties file
- Export sbt command for use by subsequent buildpacks
- Ensure bash when running sbt-wrapper
- Changed location of JVM common buildpack
- Clean up coursier cache directory after sbt build
- Fixed a bug related to sbt 1.0 and the HerokuBuildpackPlugin
- Fixed a bug in system.properties detection
- Removed default JAVA_OPTS from bin/release
- Added support for sbt.project config
- Added support for SBT 0.13.11
- Added detection for specific failure cases and advised solutions in message.
- Updated sbt cache primer to include Play 2.4.3
- Added SBT_PRE_TASKS config var support
- Upgrade SBT launcher version to 0.13.9
- Updated sbt cache primer to include Play 2.4.2
- Remove play-fork-run.sbt if it exists to workaround Activator bug.
- Added support for Play 2.4
- Upgrade sbt cache packages
- Upgrade default sbt version to 0.13.8
- Use sbt-extras to manage sbt versions and options
- Upgrade to sbt 0.13.7 launcher
- Allow for customized jvm-common package