Skip to content

Commit

Permalink
[bazel] update platforms dep to latest version
Browse files Browse the repository at this point in the history
Update platforms dep from 0.0.5 to 0.0.10.

Signed-off-by: Tim Trippel <[email protected]>
  • Loading branch information
timothytrippel committed Oct 15, 2024
1 parent f0fad17 commit 2140195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/bazel/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ def bazel_repos():
http_archive,
name = "platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
],
sha256 = "379113459b0feaf6bfbb584a91874c065078aa673222846ac765f86661c27407",
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
)

maybe(
Expand Down

0 comments on commit 2140195

Please sign in to comment.