Skip to content

Commit a06038c

Browse files
authored
Add missing bazel_dep to BCR test module (#4486)
This is required with Bazel 8, which doesn't expose the `platforms` WORKSPACE suffix repo by default. 98940c3 forgot to add it.
1 parent e9352e9 commit a06038c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bcr/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ local_path_override(
1919
)
2020

2121
bazel_dep(name = "gazelle", version = "0.36.0")
22+
bazel_dep(name = "platforms", version = "1.0.0")
2223
bazel_dep(name = "protobuf", version = "29.0-rc2.bcr.1")
2324
bazel_dep(name = "rules_shell", version = "0.4.1")
2425

0 commit comments

Comments
 (0)