Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Feb 15, 2023
1 parent 5d9b282 commit 8184b23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/dotnet-core-sdk"
optional = true
version = "0.13.0"
version = "0.13.1"

[[order.group]]
id = "paketo-buildpacks/icu"
Expand All @@ -49,16 +49,16 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/dotnet-publish"
optional = true
version = "0.12.0"
version = "0.12.1"

[[order.group]]
id = "paketo-buildpacks/dotnet-core-aspnet-runtime"
optional = true
version = "0.3.1"
version = "0.3.2"

[[order.group]]
id = "paketo-buildpacks/dotnet-execute"
version = "0.14.0"
version = "0.14.1"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
8 changes: 4 additions & 4 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].0"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].1"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].1"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].2"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].0"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].1"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand All @@ -18,7 +18,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].0"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].1"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand Down

0 comments on commit 8184b23

Please sign in to comment.