From 0b012b4bd0d637b74f4f0c1ff862e140e55be0db Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 8 Apr 2024 09:14:58 -0600 Subject: [PATCH] Update to latest Bazel rulesets Signed-off-by: Matt Robinson --- BuildEventProtocol/BUILD.bazel | 5 ++++- MODULE.bazel | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/BuildEventProtocol/BUILD.bazel b/BuildEventProtocol/BUILD.bazel index 620d927..e32e75b 100644 --- a/BuildEventProtocol/BUILD.bazel +++ b/BuildEventProtocol/BUILD.bazel @@ -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. diff --git a/MODULE.bazel b/MODULE.bazel index 764e62e..9527cd1 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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", )