Skip to content

Commit

Permalink
chore(deps): update dependency build_bazel_rules_apple to v3.7.0 (#14548
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate-bot authored Jul 26, 2024
1 parent c93210d commit 984a5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "build_bazel_rules_apple",
urls = [
"https://github.com/bazelbuild/rules_apple/releases/download/3.6.0/rules_apple.3.6.0.tar.gz",
"https://github.com/bazelbuild/rules_apple/releases/download/3.7.0/rules_apple.3.7.0.tar.gz",
],
sha256 = "d0f566ad408a6e4d179f0ac4d50a93494a70fcff8fab4c4af0a25b2c241c9b8d",
sha256 = "ef90747e779ff13c887f4972579432b25c8378b6954e1ebfca52651b5f2099c1",
)

# Load Abseil
Expand Down

0 comments on commit 984a5ad

Please sign in to comment.