We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81fa6f commit 006a981Copy full SHA for 006a981
swift/repositories.bzl
@@ -51,9 +51,9 @@ def swift_rules_dependencies():
51
http_archive,
52
name = "build_bazel_apple_support",
53
urls = [
54
- "https://github.com/bazelbuild/apple_support/releases/download/0.9.2/apple_support.0.9.2.tar.gz",
+ "https://github.com/bazelbuild/apple_support/releases/download/0.10.0/apple_support.0.10.0.tar.gz",
55
],
56
- sha256 = "a1926bbc5bbb86d596ee1e9c307e22c9a0305053e46057cf186d015b09b3c5f2",
+ sha256 = "741366f79d900c11e11d8efd6cc6c66a31bfb2451178b58e0b5edc6f1db17b35",
57
)
58
59
_maybe(
0 commit comments