File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ bazel_dep(
16
16
17
17
# The apple_support bazel_dep must come before the rules_cc.
18
18
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
19
- bazel_dep (name = "apple_support" , version = "1.15 .1" )
20
- bazel_dep (name = "rules_cc" , version = "0.0.16 " )
21
- bazel_dep (name = "platforms" , version = "0.0.10 " )
19
+ bazel_dep (name = "apple_support" , version = "1.21 .1" )
20
+ bazel_dep (name = "rules_cc" , version = "0.0.17 " )
21
+ bazel_dep (name = "platforms" , version = "0.0.11 " )
22
22
23
23
# With bzlmod enabled, any dependencies for repositories generated by
24
24
# rules_swift_package_manager _must_ be a runtime dependency of rules_swift_package_manager.
25
25
bazel_dep (
26
26
name = "rules_swift" ,
27
- version = "2.2 .0" ,
27
+ version = "2.4 .0" ,
28
28
max_compatibility_level = 3 ,
29
29
repo_name = "build_bazel_rules_swift" ,
30
30
)
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ build:cache --experimental_remote_cache_async
29
29
build:cache --experimental_remote_cache_compression
30
30
31
31
# Recommended by BuildBuddy
32
- build --experimental_remote_build_event_upload =minimal
33
- build --noslim_profile
34
- build --experimental_profile_include_target_label
35
- build --experimental_profile_include_primary_output
32
+ build --remote_build_event_upload =minimal
33
+ build --noslim_profile
34
+ build --experimental_profile_include_target_label
35
+ build --experimental_profile_include_primary_output
36
36
build --nolegacy_important_outputs
37
37
38
38
# Finish BES upload in the background. Disable BES upload when running.
You can’t perform that action at this time.
0 commit comments