Skip to content

Commit

Permalink
Merge pull request #203 from sap-contributions/fix-v3
Browse files Browse the repository at this point in the history
Align module name and version
  • Loading branch information
dmikusa authored May 13, 2024
2 parents 77b5eca + 2c800ab commit 14e1dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

"github.com/paketo-buildpacks/libpak"
"github.com/paketo-buildpacks/libpak/bard"
"github.com/paketo-buildpacks/watchexec/v2/watchexec"
"github.com/paketo-buildpacks/watchexec/v3/watchexec"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/paketo-buildpacks/watchexec/v2
module github.com/paketo-buildpacks/watchexec/v3

go 1.20

Expand Down

0 comments on commit 14e1dc6

Please sign in to comment.