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", )