Skip to content

Commit

Permalink
chore(deps): update dependency build_bazel_rules_apple to v3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 7, 2025
1 parent ac97aaa commit 84dc1fa
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 @@ -93,9 +93,9 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "build_bazel_rules_apple",
urls = [
"https://github.com/bazelbuild/rules_apple/releases/download/3.17.1/rules_apple.3.17.1.tar.gz",
"https://github.com/bazelbuild/rules_apple/releases/download/3.18.0/rules_apple.3.18.0.tar.gz",
],
sha256 = "f7dbce3717772fc5cb864930d18f96aa4e443b0d3dc713b13fbd45e502c55ce0",
sha256 = "36a3c7e88f4dbbcafba140dce300a92ca4757b6e9388d6329ae23c2b3b3aafcf",
)

# Load Abseil
Expand Down

0 comments on commit 84dc1fa

Please sign in to comment.