From dd0122970def897209a0d049a0c5784ac56e5bd4 Mon Sep 17 00:00:00 2001 From: Jeremy Nimmer Date: Fri, 17 Nov 2023 10:33:26 -0800 Subject: [PATCH] Describe the required dependencies in README.md This was documented as a one-off in just one release ... https://github.com/bazelbuild/platforms/releases/tag/0.0.6 ... but newer releases failed to document the requirement. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 99fc7a9..ff10ea8 100644 --- a/README.md +++ b/README.md @@ -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).