Skip to content

Commit 396c3f5

Browse files
authored
Upgrade dependencies (#8516)
As rules_swift bumped the compatibility level, this is required if any dependent repo wants to use the newer version.
1 parent c49e81d commit 396c3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bazel_dep(
2323
)
2424
bazel_dep(
2525
name = "grpc",
26-
version = "1.69.0",
26+
version = "1.70.1",
2727
repo_name = "com_github_grpc_grpc",
2828
)
2929
bazel_dep(
@@ -49,7 +49,7 @@ bazel_dep(
4949
)
5050
bazel_dep(
5151
name = "rules_swift",
52-
version = "1.18.0",
52+
version = "2.1.1",
5353
repo_name = "build_bazel_rules_swift",
5454
)
5555
bazel_dep(

0 commit comments

Comments
 (0)