Skip to content

Commit c167c05

Browse files
committed
Update rules_swift http_archive for non-bzlmod users
Signed-off-by: Samuel Sainz <samuel.sainz@compass.com>
1 parent 16ddaf8 commit c167c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcodeproj/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def xcodeproj_rules_dependencies(
121121
_maybe(
122122
http_archive,
123123
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",
124+
sha256 = "a632eaf9d0d7564ae7dbd12f94fc2047cc00706a7f037a4af1fc10e20b7875a4",
125+
url = "https://github.com/bazelbuild/rules_swift/releases/download/2.8.2/rules_swift.2.8.2.tar.gz",
126126
ignore_version_differences = ignore_version_differences,
127127
)
128128

0 commit comments

Comments
 (0)