Skip to content

Commit

Permalink
Merge pull request #2177 from tweag/renovate/platforms-0.x
Browse files Browse the repository at this point in the history
Update dependency platforms to v0.0.10
  • Loading branch information
mergify[bot] committed Apr 30, 2024
2 parents 69e36cd + 70d80ca commit a54c8c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def rules_haskell_dependencies():
http_archive,
name = "platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.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 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b",
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
)

maybe(
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bazel_dep(
)
bazel_dep(
name = "platforms",
version = "0.0.9",
version = "0.0.10",
)
bazel_dep(
name = "rules_cc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ bazel_dep(
)
bazel_dep(
name = "platforms",
version = "0.0.9",
version = "0.0.10",
)
2 changes: 1 addition & 1 deletion tutorial/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bazel_dep(
name = "platforms",
version = "0.0.9",
version = "0.0.10",
)

# rules_haskell_nix must come before rules_haskell so that nix
Expand Down

0 comments on commit a54c8c2

Please sign in to comment.