Skip to content

Commit

Permalink
Update dependency platforms to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 7, 2023
1 parent 7f8df9b commit cba9cf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
compatibility_level = 0,
)
bazel_dep(name = "bazel_skylib", version = "1.2.1")
bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "stardoc", version = "0.5.1", repo_name = "io_bazel_stardoc", dev_dependency = True)

sh_configure = use_extension("//bzlmod:extensions.bzl", "sh_configure")
Expand Down
6 changes: 3 additions & 3 deletions sh/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def rules_sh_dependencies():
maybe(
http_archive,
name = "platforms",
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
],
)
maybe(
Expand Down

0 comments on commit cba9cf4

Please sign in to comment.