Skip to content

Commit d2097c0

Browse files
chore: Upgrade rules_xcodeproj to 2.5.1 (#1156)
Needed to support rules_swift 2.0+. Signed-off-by: Brentley Jones <[email protected]>
1 parent b647dff commit d2097c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/firebase_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bazel_dep(
2626

2727
bazel_dep(
2828
name = "rules_xcodeproj",
29-
version = "2.4.0",
29+
version = "2.5.1",
3030
dev_dependency = True,
3131
)
3232
bazel_dep(

examples/ios_sim/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bazel_dep(
3737
)
3838
bazel_dep(
3939
name = "rules_xcodeproj",
40-
version = "2.4.0",
40+
version = "2.5.1",
4141
dev_dependency = True,
4242
)
4343

0 commit comments

Comments
 (0)