Skip to content

Commit fd64023

Browse files
Prepare release v105 (#310)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent c6e40a5 commit fd64023

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [v105] - 2025-12-03
7+
58
* Sanitize `SBT_OPTS` by removing `-J` prefix from arguments. ([#309](https://github.com/heroku/heroku-buildpack-scala/pull/309))
69
* Fail builds early for `sbt` versions older than `0.13.18`. These versions have shown very frequent and hard to debug issues with user builds. Builds now fail immediately with a clear error message and instructions. ([#307](https://github.com/heroku/heroku-buildpack-scala/pull/307))
710

@@ -183,7 +186,8 @@
183186
* Upgrade to `sbt` `0.13.7` launcher.
184187
* Allow for customized jvm-common package.
185188

186-
[unreleased]: https://github.com/heroku/heroku-buildpack-scala/compare/v104...main
189+
[unreleased]: https://github.com/heroku/heroku-buildpack-scala/compare/v105...main
190+
[v105]: https://github.com/heroku/heroku-buildpack-scala/compare/v104...v105
187191
[v104]: https://github.com/heroku/heroku-buildpack-scala/compare/v103...v104
188192
[v103]: https://github.com/heroku/heroku-buildpack-scala/compare/v102...v103
189193
[v102]: https://github.com/heroku/heroku-buildpack-scala/compare/v101...v102

0 commit comments

Comments
 (0)