Update rules_xcodeproj

This commit is contained in:
JP Simard 2022-11-16 16:22:25 -05:00
parent ba8899714d
commit 8cdbb50cbf
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ swiftlint_deps()
http_archive(
name = "com_github_buildbuddy_io_rules_xcodeproj",
sha256 = "2f9638b7bae45c0ba6f53a66788a0ec17db6455f4db4df6abaf07017ee9a9419",
url = "https://github.com/buildbuddy-io/rules_xcodeproj/releases/download/0.10.0/release.tar.gz",
sha256 = "b4e71c7740bb8cfa4bc0b91c0f18ac512debcc111ebe471280e24f579a3b0782",
url = "https://github.com/buildbuddy-io/rules_xcodeproj/releases/download/0.10.2/release.tar.gz",
)
load("@com_github_buildbuddy_io_rules_xcodeproj//xcodeproj:repositories.bzl", "xcodeproj_rules_dependencies")