Skip to content

Commit

Permalink
Update MODULE.bazel
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
alexeagle and fmeum authored Jun 10, 2024
1 parent bf68ddd commit d10002f
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 @@ -20,7 +20,7 @@ use_repo(protoc, "com_google_protobuf", "toolchains_protoc_hub")
register_toolchains("@toolchains_protoc_hub//:all")

# Assert no CC compilation occurs
register_toolchains("//tools/toolchains:all")
register_toolchains("//tools/toolchains:all", dev_dependency = True)

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)
Expand Down

0 comments on commit d10002f

Please sign in to comment.