Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ are, by definition, not global.
If you really need a permanent global change and it isn't design-approved for
this repo, start a thread on
[GitHub](https://github.com/bazelbuild/bazel/discussions) to discuss options.

# Dependencies

If you use WORKSPACE rather than bzlmod, to use `@platforms` you will also need
to depend on `@rules_license`. Pick the latest one from
[rules_license/releases](https://github.com/bazelbuild/rules_license/releases).