Skip to content

Commit

Permalink
Bump sbt from 1.9.9 to 1.9.9
Browse files Browse the repository at this point in the history
Bumps sbt from 1.9.9 to 1.9.9.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
paketo-bot authored and github-actions[bot] committed Mar 28, 2024
1 parent b94806f commit f7067bf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,9 @@ api = "0.7"
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/sbt/blob/main/LICENSE"

[[targets]]
os = "linux"
arch = "amd64"

[[targets]]
os = "linux"
arch = "arm64"

[metadata]
pre-package = "scripts/build.sh"
include-files = ["LICENSE", "NOTICE", "README.md", "linux/amd64/bin/build", "linux/amd64/bin/detect", "linux/amd64/bin/main", "linux/arm64/bin/build", "linux/arm64/bin/detect", "linux/arm64/bin/main", "buildpack.toml"]
pre-package = "scripts/build.sh"

[[metadata.configurations]]
build = true
Expand Down Expand Up @@ -97,3 +89,11 @@ arch = "arm64"

[[stacks]]
id = "*"

[[targets]]
arch = "amd64"
os = "linux"

[[targets]]
arch = "arm64"
os = "linux"

0 comments on commit f7067bf

Please sign in to comment.