Skip to content

Commit

Permalink
Merge pull request #137 from paketo-buildpacks/update/package/sbt
Browse files Browse the repository at this point in the history
Bump gcr.io/paketo-buildpacks/sbt from 4.0.0 to 4.1.0
  • Loading branch information
ekcasey authored Mar 8, 2021
2 parents 1725871 + 08b1c40 commit 8d22e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group = [
{ id = "paketo-buildpacks/gradle", version="4.2.0", optional = true },
{ id = "paketo-buildpacks/leiningen", version="2.0.0", optional = true },
{ id = "paketo-buildpacks/maven", version="4.0.0", optional = true },
{ id = "paketo-buildpacks/sbt", version="4.0.0", optional = true },
{ id = "paketo-buildpacks/sbt", version="4.1.0", optional = true },

### Order determines precedence
{ id = "paketo-buildpacks/executable-jar", version="4.0.0", optional = true },
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies = [
{ uri = "docker://gcr.io/paketo-buildpacks/leiningen:2.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/maven:4.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/procfile:4.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/sbt:4.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/sbt:4.1.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/spring-boot:4.0.0" },
]

0 comments on commit 8d22e8f

Please sign in to comment.