Skip to content

Commit

Permalink
Update Bazel dependencies (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Jun 19, 2023
1 parent c75f608 commit fc620ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
common --enable_bzlmod

build --macos_minimum_os=10.9
build --macos_minimum_os=10.13
build --host_macos_minimum_os=10.15
build --repo_env=CC=clang
test --test_output=errors
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.2.1
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
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.8.0", repo_name = "build_bazel_rules_swift")

bazel_dep(name = "platforms", version = "0.0.6", dev_dependency = True)
bazel_dep(name = "rules_apple", version = "2.0.0", dev_dependency = True)
bazel_dep(name = "rules_apple", version = "2.3.0", dev_dependency = True)
2 changes: 1 addition & 1 deletion Tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ swift_test(

macos_build_test(
name = "macOSBuildTest",
minimum_os_version = "10.9",
minimum_os_version = "10.13",
target_compatible_with = ["@platforms//os:macos"],
targets = [
"//:Yams",
Expand Down

0 comments on commit fc620ef

Please sign in to comment.