Skip to content

Commit

Permalink
Update rules_xcodeproj to 2.1.0 (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Robinson <[email protected]>
  • Loading branch information
mattrobmattrob authored Apr 8, 2024
1 parent 2884c88 commit cf1ec34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_xcodeproj",
version = "1.13.0",
version = "2.1.0",
dev_dependency = True,
)

Expand Down
4 changes: 2 additions & 2 deletions tools/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def swift_bep_parser_dependencies(bzlmod_deps_only = False):
_maybe(
http_archive,
name = "rules_xcodeproj",
sha256 = "f5c1f4bea9f00732ef9d54d333d9819d574de7020dbd9d081074232b93c10b2c",
url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.13.0/release.tar.gz",
sha256 = "a67d38bddebf9c964d2b53f5e3742e77e48faf2cea5c78fbff7ec39b3586d3b8",
url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/2.1.0/release.tar.gz",
)

# Buildifier
Expand Down

0 comments on commit cf1ec34

Please sign in to comment.