Skip to content

Commit 2675128

Browse files
authored
Update apple_support (#1087)
This fixes test issues with bazel @ HEAD removing the transition
1 parent 8c43886 commit 2675128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module(
77
)
88

99
bazel_dep(name = "bazel_skylib", version = "1.3.0")
10-
bazel_dep(name = "apple_support", version = "1.8.0", repo_name = "build_bazel_apple_support")
10+
bazel_dep(name = "apple_support", version = "1.8.1", repo_name = "build_bazel_apple_support")
1111
bazel_dep(name = "rules_cc", version = "0.0.2")
1212
bazel_dep(name = "platforms", version = "0.0.7")
1313
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")

swift/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def swift_rules_dependencies(include_bzlmod_ready_dependencies = True):
5757
http_archive,
5858
name = "build_bazel_apple_support",
5959
urls = [
60-
"https://github.com/bazelbuild/apple_support/releases/download/1.8.0/apple_support.1.8.0.tar.gz",
60+
"https://github.com/bazelbuild/apple_support/releases/download/1.8.1/apple_support.1.8.1.tar.gz",
6161
],
62-
sha256 = "34bab0182c33ef595015eb0e66518ef09b367a7841cdba997c6c01843b62f753",
62+
sha256 = "45d6bbad5316c9c300878bf7fffc4ffde13d620484c9184708c917e20b8b63ff",
6363
)
6464

6565
_maybe(

0 commit comments

Comments
 (0)