Skip to content

Commit

Permalink
Bump dependencies (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob authored Jun 28, 2024
1 parent bca8b71 commit 1574bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_xcodeproj", version = "2.3.1")
bazel_dep(name = "rules_xcodeproj", version = "2.4.0")
bazel_dep(
name = "apple_support",
version = "1.15.1",
Expand All @@ -12,13 +12,13 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.5.1",
version = "3.6.0",
repo_name = "build_bazel_rules_apple",
)

bazel_dep(
name = "buildifier_prebuilt",
version = "6.3.3",
version = "6.4.0",
dev_dependency = True,
)

Expand Down

0 comments on commit 1574bf4

Please sign in to comment.