Skip to content

Commit 5a93d19

Browse files
benjaminpmbland
andauthored
protobuf 33.4 (#419)
Co-authored-by: Mike Bland <mbland@engflow.com>
1 parent 885441d commit 5a93d19

2 files changed

Lines changed: 105 additions & 44 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ http_archive(
4545
url = "https://github.com/abseil/abseil-py/archive/refs/tags/v2.1.0.tar.gz",
4646
)
4747

48-
register_toolchains("@rules_scala_protoc_toolchains//:all")
49-
5048
bazel_dep(name = "bazel_skylib", version = "1.9.0")
5149
bazel_dep(name = "engflowapis-java", version = "2025.03.14-12.58.52")
5250
bazel_dep(name = "platforms", version = "1.0.0")
53-
bazel_dep(name = "protobuf", version = "33.4")
51+
bazel_dep(name = "protobuf", version = "34.0.bcr.1")
5452

5553
# Per the instructions from:
5654
# https://github.com/bazelbuild/apple_support?tab=readme-ov-file#bazel-7-setup
@@ -167,11 +165,4 @@ scala_deps = use_extension(
167165
scala_deps.scala()
168166
scala_deps.scalatest()
169167

170-
scala_protoc = use_extension(
171-
"@rules_scala//scala/extensions:protoc.bzl",
172-
"scala_protoc",
173-
dev_dependency = True,
174-
)
175-
use_repo(scala_protoc, "rules_scala_protoc_toolchains")
176-
177168
bazel_dep(name = "rules_shell", version = "0.6.1")

0 commit comments

Comments
 (0)