Skip to content

Commit 96f3e49

Browse files
Prepare release v6.0.2 (#727)
## heroku/gradle ### Added - The buildpack will add a default process type if a supported framework is detected and the expected build output is found. This mirrors the same feature from the Maven buildpack. ([#726](#726)) - Support for the Micronaut and Quarkus frameworks. Both previously worked with the buildpack but required some configuration. Unless heavily customized, no build task needs to be specified anymore. ([#726](#726)) ## heroku/java ### Changed - Updated `heroku/gradle` to `6.0.2`. - Updated `heroku/jvm` to `6.0.2`. - Updated `heroku/maven` to `6.0.2`. ## heroku/java-function ### Changed - Updated `heroku/jvm-function-invoker` to `6.0.2`. - Updated `heroku/jvm` to `6.0.2`. - Updated `heroku/maven` to `6.0.2`. ## heroku/jvm - No changes. ## heroku/jvm-function-invoker - No changes. ## heroku/maven - No changes. ## heroku/sbt - No changes. ## heroku/scala ### Changed - Updated `heroku/jvm` to `6.0.2`. - Updated `heroku/sbt` to `6.0.2`. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 85776cc commit 96f3e49

16 files changed

+81
-186
lines changed

buildpacks/gradle/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.2] - 2024-09-25
11+
1012
### Added
1113

1214
- The buildpack will add a default process type if a supported framework is detected and the expected build output is found. This mirrors the same feature from the Maven buildpack. ([#726](https://github.com/heroku/buildpacks-jvm/pull/726))
@@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7678

7779
- Initial release
7880

79-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
81+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
82+
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
8083
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
8184
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
8285
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1

buildpacks/gradle/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/gradle"
5-
version = "6.0.1"
5+
version = "6.0.2"
66
name = "Heroku Gradle"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's Gradle buildpack. A component of the 'heroku/java' buildpack."

buildpacks/jvm-function-invoker/CHANGELOG.md

+7-32
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.2] - 2024-09-25
11+
12+
- No changes.
13+
1014
## [6.0.1] - 2024-07-19
1115

1216
- No changes.
@@ -305,7 +309,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
305309

306310
- Initial release.
307311

308-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
312+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
313+
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
309314
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
310315
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
311316
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
@@ -322,34 +327,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
322327
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
323328
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
324329
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
325-
[1.1.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.8...v1.1.1
326-
[0.6.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.7...heroku%2Fjvm-function-invoker_0.6.8
327-
[0.6.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.6...heroku%2Fjvm-function-invoker_0.6.7
328-
[0.6.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.5...heroku%2Fjvm-function-invoker_0.6.6
329-
[0.6.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.4...heroku%2Fjvm-function-invoker_0.6.5
330-
[0.6.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.3...heroku%2Fjvm-function-invoker_0.6.4
331-
[0.6.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.2...heroku%2Fjvm-function-invoker_0.6.3
332-
[0.6.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.1...heroku%2Fjvm-function-invoker_0.6.2
333-
[0.6.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.0...heroku%2Fjvm-function-invoker_0.6.1
334-
[0.6.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.5...heroku%2Fjvm-function-invoker_0.6.0
335-
[0.5.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.4...heroku%2Fjvm-function-invoker_0.5.5
336-
[0.5.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.3...heroku%2Fjvm-function-invoker_0.5.4
337-
[0.5.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.2...heroku%2Fjvm-function-invoker_0.5.3
338-
[0.5.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.1...heroku%2Fjvm-function-invoker_0.5.2
339-
[0.5.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.0...heroku%2Fjvm-function-invoker_0.5.1
340-
[0.5.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.4.0...heroku%2Fjvm-function-invoker_0.5.0
341-
[0.4.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.3.0...heroku%2Fjvm-function-invoker_0.4.0
342-
[0.3.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.11...heroku%2Fjvm-function-invoker_0.3.0
343-
[0.2.11]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.10...heroku%2Fjvm-function-invoker_0.2.11
344-
[0.2.10]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.9...heroku%2Fjvm-function-invoker_0.2.10
345-
[0.2.9]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.8...heroku%2Fjvm-function-invoker_0.2.9
346-
[0.2.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.7...heroku%2Fjvm-function-invoker_0.2.8
347-
[0.2.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.6...heroku%2Fjvm-function-invoker_0.2.7
348-
[0.2.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.5...heroku%2Fjvm-function-invoker_0.2.6
349-
[0.2.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.4...heroku%2Fjvm-function-invoker_0.2.5
350-
[0.2.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.3...heroku%2Fjvm-function-invoker_0.2.4
351-
[0.2.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.2...heroku%2Fjvm-function-invoker_0.2.3
352-
[0.2.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.1...heroku%2Fjvm-function-invoker_0.2.2
353-
[0.2.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.0...heroku%2Fjvm-function-invoker_0.2.1
354-
[0.2.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.1.0...heroku%2Fjvm-function-invoker_0.2.0
355-
[0.1.0]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fjvm-function-invoker_0.1.0
330+
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1

buildpacks/jvm-function-invoker/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/jvm-function-invoker"
5-
version = "6.0.1"
5+
version = "6.0.2"
66
name = "Salesforce JVM Function Invoker"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Salesforce's JVM function invoker buildpack. A component of the 'heroku/java-function' buildpack."

buildpacks/jvm/CHANGELOG.md

+7-28
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.2] - 2024-09-25
11+
12+
- No changes.
13+
1014
## [6.0.1] - 2024-07-19
1115

1216
### Added
@@ -404,7 +408,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
404408

405409
- Initial release
406410

407-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
411+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
412+
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
408413
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
409414
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
410415
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
@@ -421,30 +426,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
421426
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
422427
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
423428
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
424-
[1.1.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.10..v1.1.1
425-
[1.0.10]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.9..heroku%2Fjvm_1.0.10
426-
[1.0.9]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.8..heroku%2Fjvm_1.0.9
427-
[1.0.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.7..heroku%2Fjvm_1.0.8
428-
[1.0.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.6..heroku%2Fjvm_1.0.7
429-
[1.0.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.5..heroku%2Fjvm_1.0.6
430-
[1.0.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.4..heroku%2Fjvm_1.0.5
431-
[1.0.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.3..heroku%2Fjvm_1.0.4
432-
[1.0.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.2..heroku%2Fjvm_1.0.3
433-
[1.0.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.1..heroku%2Fjvm_1.0.2
434-
[1.0.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.0..heroku%2Fjvm_1.0.1
435-
[1.0.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.15..heroku%2Fjvm_1.0.0
436-
[0.1.15]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.14..heroku%2Fjvm_0.1.15
437-
[0.1.14]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.12..heroku%2Fjvm_0.1.14
438-
[0.1.12]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.11..heroku%2Fjvm_0.1.12
439-
[0.1.11]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.10..heroku%2Fjvm_0.1.11
440-
[0.1.10]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.9..heroku%2Fjvm_0.1.10
441-
[0.1.9]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.8..heroku%2Fjvm_0.1.9
442-
[0.1.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.7..heroku%2Fjvm_0.1.8
443-
[0.1.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.6..heroku%2Fjvm_0.1.7
444-
[0.1.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.5..heroku%2Fjvm_0.1.6
445-
[0.1.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.4..heroku%2Fjvm_0.1.5
446-
[0.1.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.3..heroku%2Fjvm_0.1.4
447-
[0.1.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.2..heroku%2Fjvm_0.1.3
448-
[0.1.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.1..heroku%2Fjvm_0.1.2
449-
[0.1.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.0..heroku%2Fjvm_0.1.1
450-
[0.1.0]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fjvm_0.1.0
429+
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1

buildpacks/jvm/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/jvm"
5-
version = "6.0.1"
5+
version = "6.0.2"
66
name = "Heroku OpenJDK"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's OpenJDK buildpack. A component of the 'heroku/java' and 'heroku/scala' buildpacks."

buildpacks/maven/CHANGELOG.md

+7-16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.2] - 2024-09-25
11+
12+
- No changes.
13+
1014
## [6.0.1] - 2024-07-19
1115

1216
- No changes.
@@ -203,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203207

204208
- Initial release
205209

206-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
210+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
211+
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
207212
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
208213
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
209214
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
@@ -220,18 +225,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220225
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
221226
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
222227
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
223-
[1.1.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.5...v1.1.1
224-
[1.0.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.4...heroku%2Fmaven_1.0.5
225-
[1.0.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.3...heroku%2Fmaven_1.0.4
226-
[1.0.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.2...heroku%2Fmaven_1.0.3
227-
[1.0.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.1...heroku%2Fmaven_1.0.2
228-
[1.0.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.0...heroku%2Fmaven_1.0.1
229-
[1.0.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.6...heroku%2Fmaven_1.0.0
230-
[0.2.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.5...heroku%2Fmaven_0.2.6
231-
[0.2.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.4...heroku%2Fmaven_0.2.5
232-
[0.2.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.3...heroku%2Fmaven_0.2.4
233-
[0.2.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.2...heroku%2Fmaven_0.2.3
234-
[0.2.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.1...heroku%2Fmaven_0.2.2
235-
[0.2.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.0...heroku%2Fmaven_0.2.1
236-
[0.2.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.1.1...heroku%2Fmaven_0.2.0
237-
[0.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fmaven_0.1.1
228+
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1

buildpacks/maven/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/maven"
5-
version = "6.0.1"
5+
version = "6.0.2"
66
name = "Heroku Maven"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's Maven buildpack. A component of the 'heroku/java' buildpack."

buildpacks/sbt/CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.2] - 2024-09-25
11+
12+
- No changes.
13+
1014
## [6.0.1] - 2024-07-19
1115

1216
- No changes.
@@ -97,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97101

98102
- Initial release
99103

100-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
104+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
105+
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
101106
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
102107
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
103108
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
@@ -114,5 +119,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114119
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
115120
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
116121
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
117-
[1.1.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fscala_1.0.0...v1.1.1
118-
[1.0.0]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fscala_1.0.0
122+
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1

buildpacks/sbt/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/sbt"
5-
version = "6.0.1"
5+
version = "6.0.2"
66
name = "Heroku sbt"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's sbt buildpack. A component of the 'heroku/scala' buildpack."

0 commit comments

Comments
 (0)