Skip to content

Commit 4ed0488

Browse files
Update dependencies (#87)
1 parent 62c0a3f commit 4ed0488

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.bazelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ build --macos_minimum_os=12.6
2828

2929
## TEST
3030

31+
# Explicit to use iPhone 16 (iOS 18.5) on Xcode 16.4 on the Github Actions runner.
32+
#
33+
# Docs: https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md#installed-sdks
34+
build --ios_simulator_version=18.5
35+
3136
# `bazel test` tries to build everything also by default, so skip that so the
3237
# *_library targets in examples/... aren't built (and fail since they are
3338
# platform specific).

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
bazel_dep(name = "bazel_skylib", version = "1.7.1")
2-
bazel_dep(name = "rules_xcodeproj", version = "3.0.0")
2+
bazel_dep(name = "rules_xcodeproj", version = "3.2.0")
33
bazel_dep(
44
name = "apple_support",
5-
version = "1.22.1",
5+
version = "1.23.1",
66
repo_name = "build_bazel_apple_support",
77
)
88
bazel_dep(
99
name = "rules_swift",
10-
version = "3.0.2",
10+
version = "3.1.2",
1111
repo_name = "build_bazel_rules_swift",
1212
)
1313
bazel_dep(
1414
name = "rules_apple",
15-
version = "4.0.1",
15+
version = "4.2.0",
1616
repo_name = "build_bazel_rules_apple",
1717
)
1818

0 commit comments

Comments
 (0)