From 0aecd01032556936f608cc41ed853b4c47ad0263 Mon Sep 17 00:00:00 2001 From: Zoey Greer Date: Mon, 9 Sep 2024 19:57:13 -0400 Subject: [PATCH] fix deprecated uses of `//:well_known_protos` --- csharp/compatibility_tests/v3.0.0/BUILD.bazel | 2 +- editions/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/compatibility_tests/v3.0.0/BUILD.bazel b/csharp/compatibility_tests/v3.0.0/BUILD.bazel index f7c1b26666..ae5d92da38 100644 --- a/csharp/compatibility_tests/v3.0.0/BUILD.bazel +++ b/csharp/compatibility_tests/v3.0.0/BUILD.bazel @@ -10,7 +10,7 @@ inline_sh_test( "src/**/*.cs*", # .cs and .csproj "protos/**/*.proto", ]) + [ - "//:well_known_protos", + "//:well_known_type_protos", "//csharp:srcs", ], ) diff --git a/editions/BUILD b/editions/BUILD index dea2901bb7..ffef100b0d 100644 --- a/editions/BUILD +++ b/editions/BUILD @@ -246,7 +246,7 @@ internal_php_proto_library( "golden", "src", ], - proto_deps = ["//:well_known_protos"], + proto_deps = ["//:well_known_type_protos"], visibility = ["//conformance:__pkg__"], )