Skip to content

Commit

Permalink
Update dependency build_bazel_rules_apple to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 26, 2022
1 parent b407e85 commit dcec399
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.0.tar.gz"],
sha256 = "90bbacabae2720f4c3b5edd4086f925ddf8630c299b2470f683014a8c978a834",
strip_prefix = "rules_apple-0.34.0",
)

# Required by gRPC
Expand Down

0 comments on commit dcec399

Please sign in to comment.