Skip to content

Commit 94527dc

Browse files
committed
chore: reduce delta
1 parent 4d92a30 commit 94527dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ module(
88

99
bazel_dep(name = "bazel_features", version = "1.9.0")
1010
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")
1212
bazel_dep(name = "platforms", version = "0.0.10")
1313

1414
bazel_dep(name = "aspect_bazel_lib", version = "2.8.1", dev_dependency = True)
1515
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)
1616

1717
protoc = use_extension("@toolchains_protoc//protoc:extensions.bzl", "protoc")
1818
protoc.toolchain(
19-
version = "v28.2",
19+
version = "v27.3",
2020
)
2121
use_repo(protoc, "toolchains_protoc_hub")
2222

0 commit comments

Comments
 (0)