Update rules_xcodeproj to 0.11.0 (#4653)
https://github.com/buildbuddy-io/rules_xcodeproj/releases/tag/0.11.0
This commit is contained in:
parent
0e53e19cb1
commit
1a39194f65
|
@ -39,8 +39,8 @@ swiftlint_deps()
|
|||
|
||||
http_archive(
|
||||
name = "com_github_buildbuddy_io_rules_xcodeproj",
|
||||
sha256 = "b4e71c7740bb8cfa4bc0b91c0f18ac512debcc111ebe471280e24f579a3b0782",
|
||||
url = "https://github.com/buildbuddy-io/rules_xcodeproj/releases/download/0.10.2/release.tar.gz",
|
||||
sha256 = "2533b977ac8540a30323fde7fdb6ca49219edd21d3753b69d43f39c576b11a88",
|
||||
url = "https://github.com/buildbuddy-io/rules_xcodeproj/releases/download/0.11.0/release.tar.gz",
|
||||
)
|
||||
|
||||
load("@com_github_buildbuddy_io_rules_xcodeproj//xcodeproj:repositories.bzl", "xcodeproj_rules_dependencies")
|
||||
|
|
Loading…
Reference in New Issue