File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 7.4.1
1+ 7.0.2
22# The first line of this file is used by Bazelisk and Bazel to be sure
33# the right version of Bazel is used to build and test this repo.
44# This also defines which version is used on CI.
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ module(
88
99bazel_dep (name = "bazel_features" , version = "1.9.0" )
1010bazel_dep (name = "bazel_skylib" , version = "1.4.1" )
11- bazel_dep (name = "rules_proto" , version = "6.0 .0" )
11+ bazel_dep (name = "rules_proto" , version = "7.1 .0" )
1212bazel_dep (name = "platforms" , version = "0.0.10" )
1313
1414bazel_dep (name = "aspect_bazel_lib" , version = "2.8.1" , dev_dependency = True )
1515bazel_dep (name = "buildifier_prebuilt" , version = "6.1.2" , dev_dependency = True )
1616
1717protoc = use_extension ("@toolchains_protoc//protoc:extensions.bzl" , "protoc" )
1818protoc .toolchain (
19- version = "v28.2 " ,
19+ version = "v27.3 " ,
2020)
2121use_repo (protoc , "toolchains_protoc_hub" )
2222
You can’t perform that action at this time.
0 commit comments