Skip to content

Commit 666f336

Browse files
authored
[5.10][bazel] Update bazel version and BUILD for new modules (#2521)
1 parent 08a2f0a commit 666f336

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
common --enable_bzlmod
22
common --incompatible_use_host_features
3+
common --lockfile_mode=off
34

45
build --features=swift.use_explicit_swift_module_map
56
build --host_features=swift.use_explicit_swift_module_map

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.0
1+
7.0.2

MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module(
22
name = "swift-syntax",
3-
version = "0", # Update on release/* branches
3+
version = "0",
44
compatibility_level = 1,
55
)
66

7-
bazel_dep(name = "rules_swift", version = "1.5.1", repo_name = "build_bazel_rules_swift")
7+
bazel_dep(name = "rules_swift", version = "1.16.0", repo_name = "build_bazel_rules_swift")
8+
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")

0 commit comments

Comments
 (0)