Skip to content

Commit

Permalink
Merge pull request #5 from amp-buildpacks/feat/issue-4
Browse files Browse the repository at this point in the history
issue(#4): Add Sui dependency and upgrade Aptos version to 0.1.3
  • Loading branch information
lispking authored Jan 30, 2024
2 parents b0ee001 + ce0b311 commit b5c5f34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ api = "0.8"
[[order]]
[[order.group]]
id = "amp-buildpacks/aptos"
version = "0.1.2"
version = "0.1.3"

[[order.group]]
id = "amp-buildpacks/sui"
version = "0.1.1"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
5 changes: 4 additions & 1 deletion package.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[[dependencies]]
uri = "docker://ghcr.io/amp-buildpacks/aptos:0.1.2"
uri = "docker://ghcr.io/amp-buildpacks/aptos:0.1.3"

[[dependencies]]
uri = "docker://ghcr.io/amp-buildpacks/sui:0.1.1"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/procfile:5.6.8"

0 comments on commit b5c5f34

Please sign in to comment.