Skip to content

Commit

Permalink
Update dependency build_bazel_rules_apple to v0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 2, 2022
1 parent b407e85 commit 161a635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/zetasql_deps_step_2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ py_library(
if not native.existing_rule("build_bazel_rules_apple"):
http_archive(
name = "build_bazel_rules_apple",
urls = ["https://github.com/bazelbuild/rules_apple/archive/0.18.0.tar.gz"],
sha256 = "53a8f9590b4026fbcfefd02c868e48683b44a314338d03debfb8e8f6c50d1239",
strip_prefix = "rules_apple-0.18.0",
urls = ["https://github.com/bazelbuild/rules_apple/archive/0.34.2.tar.gz"],
sha256 = "fe4147539bbb589885607404a1bff297c8a973339a648c17aab00f93c96cf33a",
strip_prefix = "rules_apple-0.34.2",
)

# Required by gRPC
Expand Down

0 comments on commit 161a635

Please sign in to comment.