Skip to content

Commit

Permalink
chore(deps): update dependency build_bazel_rules_apple to v3.6.0 (#14383
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate-bot authored Jun 27, 2024
1 parent 695f273 commit 964ef1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "build_bazel_rules_apple",
urls = [
"https://storage.googleapis.com/cloud-cpp-community-archive/build_bazel_rules_apple/rules_apple.3.5.1.tar.gz",
"https://github.com/bazelbuild/rules_apple/releases/download/3.5.1/rules_apple.3.5.1.tar.gz",
"https://storage.googleapis.com/cloud-cpp-community-archive/build_bazel_rules_apple/rules_apple.3.6.0.tar.gz",
"https://github.com/bazelbuild/rules_apple/releases/download/3.6.0/rules_apple.3.6.0.tar.gz",
],
sha256 = "b4df908ec14868369021182ab191dbd1f40830c9b300650d5dc389e0b9266c8d",
sha256 = "d0f566ad408a6e4d179f0ac4d50a93494a70fcff8fab4c4af0a25b2c241c9b8d",
)

# Load Abseil
Expand Down

0 comments on commit 964ef1f

Please sign in to comment.