Skip to content

Commit 74d3fdf

Browse files
authored
Resolve warnings from deprecated proto targets. (#328)
1 parent b213ee4 commit 74d3fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@rules_proto//proto:defs.bzl", "proto_library")
2-
load("@rules_java//java:defs.bzl", "java_proto_library")
2+
load("@protobuf//bazel:java_proto_library.bzl", "java_proto_library")
33

44
proto_library(
55
name = "build_proto",

0 commit comments

Comments
 (0)