Skip to content

Commit 38bfa34

Browse files
Update rules_xcodeproj and rules_swift (#71)
1 parent cbd0d3b commit 38bfa34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
bazel_dep(name = "bazel_skylib", version = "1.4.2")
2-
bazel_dep(name = "rules_xcodeproj", version = "2.9.1")
2+
bazel_dep(name = "rules_xcodeproj", version = "2.10.0")
33
bazel_dep(
44
name = "apple_support",
55
version = "1.17.0",
66
repo_name = "build_bazel_apple_support",
77
)
88
bazel_dep(
99
name = "rules_swift",
10-
version = "2.3.0",
10+
version = "2.3.1",
1111
repo_name = "build_bazel_rules_swift",
1212
)
1313
bazel_dep(

0 commit comments

Comments
 (0)