Skip to content

Commit

Permalink
Merge pull request #325 from paketo-buildpacks/update/buildpack/sbt
Browse files Browse the repository at this point in the history
Bump sbt from 1.10.5 to 1.10.6
  • Loading branch information
dmikusa authored Dec 2, 2024
2 parents b2020dc + 9058b40 commit 400344d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ api = "0.7"
name = "BP_EXCLUDE_FILES"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:lightbend:sbt:1.10.5:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:lightbend:sbt:1.10.6:*:*:*:*:*:*:*"]
id = "sbt"
name = "Scala SBT"
purl = "pkg:generic/[email protected].5"
sha256 = "fb2232e051ff963e949d610077866d250cf8d18c312fcfd04f07fbffc3d5e92f"
source = "https://github.com/sbt/sbt/archive/refs/tags/v1.10.5.tar.gz"
source-sha256 = "0c9987dd0ea8a956925a048e1558a481895dd9eb30c422ae059417998eefc6e9"
purl = "pkg:generic/[email protected].6"
sha256 = "7e1b098effec80614e838aa61b753a8b46237b24b706ec9b37609030800c111a"
source = "https://github.com/sbt/sbt/archive/refs/tags/v1.10.6.tar.gz"
source-sha256 = "627865cecf185a5af2feb8aab2f9ad5e8d9b777782d0a3a6c47d91fa54d9439e"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/sbt/sbt/releases/download/v1.10.5/sbt-1.10.5.tgz"
version = "1.10.5"
uri = "https://github.com/sbt/sbt/releases/download/v1.10.6/sbt-1.10.6.tgz"
version = "1.10.6"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit 400344d

Please sign in to comment.