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 11, 2025
1 parent 08cf7f6 commit e06fc80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.1"
version = "3.4.0"

[[order.group]]
id = "paketo-buildpacks/node-engine"
Expand Down Expand Up @@ -76,7 +76,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.1"
version = "3.4.0"

[[order.group]]
id = "paketo-buildpacks/node-engine"
Expand Down Expand Up @@ -126,7 +126,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.1"
version = "3.4.0"

[[order.group]]
id = "paketo-buildpacks/node-engine"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/watchexec@3.3.1"
uri = "urn:cnb:registry:paketo-buildpacks/watchexec@3.4.0"

0 comments on commit e06fc80

Please sign in to comment.