Skip to content

Commit

Permalink
Update dependencies (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob authored Jan 14, 2024
1 parent 2a8ec90 commit bd467ef
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 = "1.14.2")
bazel_dep(name = "rules_xcodeproj", version = "1.15.0")
bazel_dep(
name = "apple_support",
version = "1.11.1",
repo_name = "build_bazel_apple_support",
)
bazel_dep(
name = "rules_swift",
version = "1.13.0",
version = "1.14.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(
Expand Down

0 comments on commit bd467ef

Please sign in to comment.