We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ddaf8 commit c167c05Copy full SHA for c167c05
xcodeproj/repositories.bzl
@@ -121,8 +121,8 @@ def xcodeproj_rules_dependencies(
121
_maybe(
122
http_archive,
123
name = "build_bazel_rules_swift",
124
- sha256 = "68290c747eab415d924a3e2a8d2d32a4686dd1e0b091a6b4db4892d1bc0e8308",
125
- url = "https://github.com/bazelbuild/rules_swift/releases/download/2.8.0/rules_swift.2.8.0.tar.gz",
+ sha256 = "a632eaf9d0d7564ae7dbd12f94fc2047cc00706a7f037a4af1fc10e20b7875a4",
+ url = "https://github.com/bazelbuild/rules_swift/releases/download/2.8.2/rules_swift.2.8.2.tar.gz",
126
ignore_version_differences = ignore_version_differences,
127
)
128
0 commit comments