Skip to content

Commit

Permalink
Update rules_xcodeproj and rules_swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob authored Dec 16, 2024
1 parent cbd0d3b commit 618e9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_xcodeproj", version = "2.9.1")
bazel_dep(name = "rules_xcodeproj", version = "2.10.0")
bazel_dep(
name = "apple_support",
version = "1.17.0",
repo_name = "build_bazel_apple_support",
)
bazel_dep(
name = "rules_swift",
version = "2.3.0",
version = "2.3.1",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(
Expand Down

0 comments on commit 618e9a4

Please sign in to comment.