Skip to content

Commit

Permalink
Change rules_proto loads to protobuf
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681872027
  • Loading branch information
Googler authored and copybara-github committed Oct 3, 2024
1 parent 5288ffa commit 65c4b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@protobuf//bazel:proto_library.bzl", "proto_library")
load("@rules_java//java:defs.bzl", "java_proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

package(default_visibility = ["//src:__subpackages__"])

Expand Down

0 comments on commit 65c4b02

Please sign in to comment.