Skip to content

Commit

Permalink
Update to latest Bazel rulesets
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Robinson <[email protected]>
  • Loading branch information
mattrobmattrob committed Apr 8, 2024
1 parent 5dc5b3a commit 0b012b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion BuildEventProtocol/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
load(
"@build_bazel_rules_swift//proto:proto.bzl",
"swift_proto_library",
)
load(
"@build_bazel_rules_swift//swift:swift.bzl",
"swift_module_alias",
"swift_proto_library",
)

# This is public API for the repository.
Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ module(

bazel_dep(
name = "apple_support",
version = "1.14.0",
version = "1.15.1",
repo_name = "build_bazel_apple_support",
)
bazel_dep(
name = "rules_swift",
version = "1.16.0",
version = "1.18.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(
name = "rules_apple",
version = "3.3.0",
version = "3.5.0",
repo_name = "build_bazel_rules_apple",
)

Expand Down

0 comments on commit 0b012b4

Please sign in to comment.