Skip to content

Commit d3909f0

Browse files
Upgrade apple_support to 1.5.0 (#1031)
1 parent af526d3 commit d3909f0

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
@@ -10,7 +10,7 @@ module(
1010
# --- End generated content
1111

1212
bazel_dep(name = "bazel_skylib", version = "1.3.0")
13-
bazel_dep(name = "apple_support", version = "1.4.1", repo_name = "build_bazel_apple_support")
13+
bazel_dep(name = "apple_support", version = "1.5.0", repo_name = "build_bazel_apple_support")
1414
bazel_dep(name = "rules_cc", version = "0.0.2")
1515
bazel_dep(name = "platforms", version = "0.0.5")
1616
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.4.1/apple_support.1.4.1.tar.gz",
60+
"https://github.com/bazelbuild/apple_support/releases/download/1.5.0/apple_support.1.5.0.tar.gz",
6161
],
62-
sha256 = "77a121a0f5d4cd88824429464ad2bfb54bdc8a3bccdb4d31a6c846003a3f5e44",
62+
sha256 = "9a2338d6f8dad3244f823f2dc6084a03e4d0fbb27ca892dc970e6890d5b48184",
6363
)
6464

6565
_maybe(

0 commit comments

Comments
 (0)