File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 3.4.1
1+ 3.7.2
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
66
77http_archive (
88 name = "build_bazel_rules_apple" ,
9- sha256 = "55f4dc1c9bf21bb87442665f4618cff1f1343537a2bd89252078b987dcd9c382 " ,
10- url = "https://github.com/bazelbuild/rules_apple/releases/download/0.20.0 /rules_apple.0.20.0 .tar.gz" ,
9+ sha256 = "a41a75c291c69676b9974458ceee09aea60cee0e1ee282e27cdc90b679dfd30f " ,
10+ url = "https://github.com/bazelbuild/rules_apple/releases/download/0.21.2 /rules_apple.0.21.2 .tar.gz" ,
1111)
1212
1313load (
@@ -19,8 +19,8 @@ apple_rules_dependencies()
1919
2020http_archive (
2121 name = "build_bazel_rules_swift" ,
22- sha256 = "cea22c0616d797e494d7844a9b604520c87f53c81de49613a7e679ec5b821620 " ,
23- url = "https://github.com/bazelbuild/rules_swift/releases/download/0.14 .0/rules_swift.0.14 .0.tar.gz" ,
22+ sha256 = "d0e5f888b2ccce42c92e6d4686b5507b4230462627f965f9d39862e11ae9fb35 " ,
23+ url = "https://github.com/bazelbuild/rules_swift/releases/download/0.18 .0/rules_swift.0.18 .0.tar.gz" ,
2424)
2525
2626load (
@@ -47,7 +47,7 @@ protobuf_deps()
4747http_file (
4848 name = "xctestrunner" ,
4949 executable = 1 ,
50- urls = ["https://github.com/google/xctestrunner/releases/download/0.2.6 /ios_test_runner.par" ],
50+ urls = ["https://github.com/google/xctestrunner/releases/download/0.2.14 /ios_test_runner.par" ],
5151)
5252
5353## SPM Dependencies
You can’t perform that action at this time.
0 commit comments