Skip to content

Commit 9de3996

Browse files
committed
Add protobuf dep to examples/integration
Needed for Bazel 9. Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent ca543a0 commit 9de3996

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

examples/integration/GRPC/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
load("@build_bazel_rules_apple//apple:macos.bzl", "macos_command_line_application")
22
load("@build_bazel_rules_swift//proto:proto.bzl", "swift_proto_library")
33
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
4+
load("@protobuf//bazel:proto_library.bzl", "proto_library")
45

56
proto_library(
67
name = "echo_proto",

examples/integration/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ bazel_dep(
1919
repo_name = "build_bazel_rules_swift",
2020
)
2121
bazel_dep(name = "bazel_skylib", version = "1.5.0")
22+
bazel_dep(name = "protobuf", version = "29.0")
2223
bazel_dep(name = "rules_shell", version = "0.5.0")
2324
bazel_dep(
2425
name = "examples_cc_external",

0 commit comments

Comments
 (0)