Skip to content

Commit

Permalink
fix patch version in bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jun 29, 2023
1 parent c6074f8 commit 86c656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ git_repository(
git_repository(
name = "com_google_protobuf",
tag = "v23.3",
patches = ["//patches:protobuf-v23.2.patch"],
patches = ["//patches:protobuf-v23.3.patch"],
patch_args = ["-p1"],
remote = "https://github.com/protocolbuffers/protobuf.git",
)
Expand Down

0 comments on commit 86c656b

Please sign in to comment.