8000 chore: fix red CI - buildifier was broken by #832 · bazel-contrib/rules_python@6861339 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6861339

Browse files
committed
chore: fix red CI - buildifier was broken by #832
1 parent c988c0a commit 6861339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bazel_dep(name = "platforms", version = "0.0.4")
88

99
# Those are loaded only when using py_proto_library
1010
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
11-
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf", version = "21.7")
11+
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
1212

1313
internal_deps = use_extension("@rules_python//python:extensions.bzl", "internal_deps")
1414
internal_deps.install()

0 commit comments

Comments
 (0)
0