Skip to content

Commit 056509b

Browse files
committed
chore: Bump platforms to 0.0.10 for compatibility
1 parent 4a62d91 commit 056509b

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ http_archive(
1414
],
1515
)
1616

17-
#Install bazel platform version 0.0.6
17+
#Install bazel platform version 0.0.10
1818
http_archive(
1919
name = "platforms",
20-
urls = [
21-
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
22-
"https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
23-
],
24-
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
20+
url = "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
21+
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
2522
)
2623

2724
# Install version 0.12.0 of rules_foreign_cc

0 commit comments

Comments
 (0)