Skip to content

Commit

Permalink
Update apple_support to 1.9.0 (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Sep 7, 2023
1 parent d48482e commit bc7d68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.1", repo_name = "build_bazel_apple_support")
bazel_dep(name = "apple_support", version = "1.9.0", 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
6 changes: 2 additions & 4 deletions swift/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ def swift_rules_dependencies(include_bzlmod_ready_dependencies = True):
_maybe(
http_archive,
name = "build_bazel_apple_support",
urls = [
"https://github.com/bazelbuild/apple_support/releases/download/1.8.1/apple_support.1.8.1.tar.gz",
],
sha256 = "45d6bbad5316c9c300878bf7fffc4ffde13d620484c9184708c917e20b8b63ff",
url = "https://github.com/bazelbuild/apple_support/releases/download/1.9.0/apple_support.1.9.0.tar.gz",
sha256 = "b506c67200a6a64476b5615db20c887a0ff33128acaa3148a5c9e5167c4a075e",
)

_maybe(
Expand Down

0 comments on commit bc7d68d

Please sign in to comment.