Skip to content

Commit f1b19c3

Browse files
authored
Update rules_apple in tests (#1972)
Fixes #1963
1 parent 937e633 commit f1b19c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ios/WORKSPACE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2424

2525
http_archive(
2626
name = "build_bazel_rules_apple",
27-
sha256 = "a19cf84dd060eda50be9ba5b0eca88377e0306ffbc1cc059df6a6947e48ac61a",
28-
url = "https://github.com/bazelbuild/rules_apple/releases/download/1.1.1/rules_apple.1.1.1.tar.gz",
27+
sha256 = "a6141240657093fa7ccc7ca1ee5a62408dd9996d1bf47bc2369b8b9faefb2698",
28+
url = "https://github.com/bazelbuild/rules_apple/releases/download/2.3.0/rules_apple.2.3.0.tar.gz",
2929
)
3030

3131
load(

0 commit comments

Comments
 (0)