Skip to content

Commit

Permalink
Update apple_support (#1087)
Browse files Browse the repository at this point in the history
This fixes test issues with bazel @ HEAD removing the transition
  • Loading branch information
keith authored Aug 12, 2023
1 parent 8c43886 commit 2675128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "apple_support", version = "1.8.0", repo_name = "build_bazel_apple_support")
bazel_dep(name = "apple_support", version = "1.8.1", repo_name = "build_bazel_apple_support")
bazel_dep(name = "rules_cc", version = "0.0.2")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
Expand Down
4 changes: 2 additions & 2 deletions swift/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def swift_rules_dependencies(include_bzlmod_ready_dependencies = True):
http_archive,
name = "build_bazel_apple_support",
urls = [
"https://github.com/bazelbuild/apple_support/releases/download/1.8.0/apple_support.1.8.0.tar.gz",
"https://github.com/bazelbuild/apple_support/releases/download/1.8.1/apple_support.1.8.1.tar.gz",
],
sha256 = "34bab0182c33ef595015eb0e66518ef09b367a7841cdba997c6c01843b62f753",
sha256 = "45d6bbad5316c9c300878bf7fffc4ffde13d620484c9184708c917e20b8b63ff",
)

_maybe(
Expand Down

0 comments on commit 2675128

Please sign in to comment.