We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aee834 commit 9dfbf20Copy full SHA for 9dfbf20
MODULE.bazel
@@ -51,12 +51,6 @@ bazel_dep(name = "bazel_skylib", version = "1.8.2")
51
bazel_dep(name = "engflowapis-java", version = "2025.03.14-12.58.52")
52
bazel_dep(name = "platforms", version = "1.0.0")
53
bazel_dep(name = "protobuf", version = "33.1")
54
-single_version_override(
55
- module_name = "protobuf",
56
- patch_strip = 1,
57
- patches = ["//scala:0001-protobuf-19679-rm-protoc-dep.patch"],
58
- version = "33.1",
59
-)
60
61
# Per the instructions from:
62
# https://github.com/bazelbuild/apple_support?tab=readme-ov-file#bazel-7-setup
0 commit comments