Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Aptos and Sui packages into an OR relationship #6

Closed
lispking opened this issue Jan 30, 2024 · 0 comments
Closed

Change Aptos and Sui packages into an OR relationship #6

lispking opened this issue Jan 30, 2024 · 0 comments
Assignees
Labels
semver:patch A change requiring a patch version bump type:enhancement A general enhancement

Comments

@lispking
Copy link
Contributor

lispking commented Jan 30, 2024

  • Replace buildpack.toml to below context:
[[order]]
  [[order.group]]
    id = "amp-buildpacks/aptos"
    version = "0.1.3"
  
  [[order.group]]
    id = "paketo-buildpacks/procfile"
    optional = true
    version = "5.6.8"

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

  [[order.group]]
    id = "paketo-buildpacks/procfile"
    optional = true
    version = "5.6.8"
@lispking lispking added semver:patch A change requiring a patch version bump type:enhancement A general enhancement labels Jan 30, 2024
@lispking lispking self-assigned this Jan 30, 2024
lispking added a commit that referenced this issue Jan 30, 2024
issue(#6): Change Aptos and Sui packages into an OR relationship
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:enhancement A general enhancement
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant