Skip to content

Commit 121edee

Browse files
authored
chore(deps): update dependency build_bazel_rules_apple to v4.2.0 (#15580)
1 parent 722f803 commit 121edee

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
@@ -93,9 +93,9 @@ def gl_cpp_workspace0(name = None):
9393
http_archive,
9494
name = "build_bazel_rules_apple",
9595
urls = [
96-
"https://github.com/bazelbuild/rules_apple/releases/download/4.1.2/rules_apple.4.1.2.tar.gz",
96+
"https://github.com/bazelbuild/rules_apple/releases/download/4.2.0/rules_apple.4.2.0.tar.gz",
9797
],
98-
sha256 = "de1c8bb872da6b03d2abff659178d3abfda5cc8d8a6b646fdab96ab2d00c9fa7",
98+
sha256 = "ef8a5744b2ffff49f47647226f69f0f06522ca2e8a6fa1aaf5d65d5314813c34",
9999
)
100100

101101
# Load Abseil

0 commit comments

Comments
 (0)