From f7067bf4d65a095e2dafa374182310e31b87040f Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 28 Mar 2024 05:02:14 +0000 Subject: [PATCH] Bump sbt from 1.9.9 to 1.9.9 Bumps sbt from 1.9.9 to 1.9.9. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 0ebadb1..04dbbb7 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -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 @@ -97,3 +89,11 @@ arch = "arm64" [[stacks]] id = "*" + +[[targets]] + arch = "amd64" + os = "linux" + +[[targets]] + arch = "arm64" + os = "linux"