Skip to content

Commit

Permalink
Rename module name for protobuf
Browse files Browse the repository at this point in the history
Context: bazelbuild/bazel-central-registry#28

RELNOTES: None
PiperOrigin-RevId: 406334617
  • Loading branch information
meteorcloudy authored and copybara-github committed Oct 29, 2021
1 parent 8e4eb33 commit eacb32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.0.3")
bazel_dep(name = "com_google_protobuf", version = "3.19.0")
bazel_dep(name = "protobuf", version = "3.19.0", repo_name = "com_google_protobuf")
bazel_dep(name = "grpc", version = "1.41.0", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "rules_pkg", version = "0.5.1")
Expand Down

0 comments on commit eacb32f

Please sign in to comment.