File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
5048bazel_dep (name = "bazel_skylib" , version = "1.9.0" )
5149bazel_dep (name = "engflowapis-java" , version = "2025.03.14-12.58.52" )
5250bazel_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(
167165scala_deps .scala ()
168166scala_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-
177168bazel_dep (name = "rules_shell" , version = "0.6.1" )
You can’t perform that action at this time.
0 commit comments