Skip to content

Commit

Permalink
chore: fix red CI - buildifier was broken by #832 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jan 19, 2023
1 parent c988c0a commit aab11ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bazel_dep(name = "platforms", version = "0.0.4")

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

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

0 comments on commit aab11ab

Please sign in to comment.