File tree 2 files changed +3
-3
lines changed
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
2
2
# The first line of this file is used by Bazelisk and Bazel to be sure
3
3
# the right version of Bazel is used to build and test this repo.
4
4
# This also defines which version is used on CI.
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ module(
8
8
9
9
bazel_dep (name = "bazel_features" , version = "1.9.0" )
10
10
bazel_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" )
12
12
bazel_dep (name = "platforms" , version = "0.0.10" )
13
13
14
14
bazel_dep (name = "aspect_bazel_lib" , version = "2.8.1" , dev_dependency = True )
15
15
bazel_dep (name = "buildifier_prebuilt" , version = "6.1.2" , dev_dependency = True )
16
16
17
17
protoc = use_extension ("@toolchains_protoc//protoc:extensions.bzl" , "protoc" )
18
18
protoc .toolchain (
19
- version = "v28.2 " ,
19
+ version = "v27.3 " ,
20
20
)
21
21
use_repo (protoc , "toolchains_protoc_hub" )
22
22
You can’t perform that action at this time.
0 commit comments