We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb551c commit e901c75Copy full SHA for e901c75
bazel/workspace0.bzl
@@ -61,9 +61,9 @@ def gl_cpp_workspace0(name = None):
61
http_archive,
62
name = "platforms",
63
urls = [
64
- "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
+ "https://github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
65
],
66
- sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
+ sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f",
67
)
68
69
# Load rules_cc, used by googletest
0 commit comments