Skip to content

Commit 3f58537

Browse files
authored
chore(deps): update dependency build_bazel_rules_apple to v4.3.3 (#16005)
1 parent 493b2fa commit 3f58537

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bazel/workspace0.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ def gl_cpp_workspace0(name = None):
103103
http_archive,
104104
name = "build_bazel_rules_apple",
105105
urls = [
106-
"https://github.com/bazelbuild/rules_apple/releases/download/4.2.0/rules_apple.4.2.0.tar.gz",
106+
"https://github.com/bazelbuild/rules_apple/releases/download/4.3.3/rules_apple.4.3.3.tar.gz",
107107
],
108-
sha256 = "ef8a5744b2ffff49f47647226f69f0f06522ca2e8a6fa1aaf5d65d5314813c34",
108+
sha256 = "fad623b4d0dbe7883fffc95a3275eaabfd13bd9336fca6788cb40bee96e5f131",
109109
)
110110

111111
# Load Abseil

0 commit comments

Comments
 (0)