Skip to content

Commit

Permalink
[5.10][bazel] Update bazel version and BUILD for new modules (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Mar 2, 2024
1 parent 08a2f0a commit 666f336
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
common --enable_bzlmod
common --incompatible_use_host_features
common --lockfile_mode=off

build --features=swift.use_explicit_swift_module_map
build --host_features=swift.use_explicit_swift_module_map
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0
7.0.2
5 changes: 3 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module(
name = "swift-syntax",
version = "0", # Update on release/* branches
version = "0",
compatibility_level = 1,
)

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

0 comments on commit 666f336

Please sign in to comment.