Upgrade dependencies
As rules_swift bumped the compatibility level, this is required if any dependent repo wants to use the newer version.
This commit is contained in:
parent
0312061985
commit
bc7ffb3a96
|
@ -23,7 +23,7 @@ bazel_dep(
|
|||
)
|
||||
bazel_dep(
|
||||
name = "grpc",
|
||||
version = "1.69.0",
|
||||
version = "1.70.1",
|
||||
repo_name = "com_github_grpc_grpc",
|
||||
)
|
||||
bazel_dep(
|
||||
|
@ -45,7 +45,7 @@ bazel_dep(
|
|||
)
|
||||
bazel_dep(
|
||||
name = "rules_swift",
|
||||
version = "1.18.0",
|
||||
version = "2.1.1",
|
||||
repo_name = "build_bazel_rules_swift",
|
||||
)
|
||||
bazel_dep(
|
||||
|
|
Loading…
Reference in New Issue