Skip to content

Commit 67132e4

Browse files
committed
Updating buildpacks in buildpack.toml
1 parent 0afcfbb commit 67132e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildpack.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ api = "0.7"
2424
[[order.group]]
2525
id = "paketo-buildpacks/watchexec"
2626
optional = true
27-
version = "3.3.0"
27+
version = "3.3.1"
2828

2929
[[order.group]]
3030
id = "paketo-buildpacks/go-dist"
@@ -68,7 +68,7 @@ api = "0.7"
6868
[[order.group]]
6969
id = "paketo-buildpacks/watchexec"
7070
optional = true
71-
version = "3.3.0"
71+
version = "3.3.1"
7272

7373
[[order.group]]
7474
id = "paketo-buildpacks/go-dist"

package.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
2828

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

0 commit comments

Comments
 (0)