Skip to content

Commit

Permalink
Update the version of rules_apple to 3.1.1
Browse files Browse the repository at this point in the history
* To support Bazel 7.0.0.

#codehealth

PiperOrigin-RevId: 591739445
  • Loading branch information
hiroyuki-komatsu committed Dec 18, 2023
1 parent 3419da9 commit ee558c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ local_repository(
)


# Bazel macOS build (1.1.3 2022-11-10)
# Bazel macOS build (3.1.1 2023-10-20)
# https://github.com/bazelbuild/rules_apple/
http_archive(
name = "build_bazel_rules_apple",
sha256 = "f94e6dddf74739ef5cb30f000e13a2a613f6ebfa5e63588305a71fce8a8a9911",
url = "https://github.com/bazelbuild/rules_apple/releases/download/1.1.3/rules_apple.1.1.3.tar.gz",
sha256 = "34c41bfb59cdaea29ac2df5a2fa79e5add609c71bb303b2ebb10985f93fa20e7",
url = "https://github.com/bazelbuild/rules_apple/releases/download/3.1.1/rules_apple.3.1.1.tar.gz",
)
load(
"@build_bazel_rules_apple//apple:repositories.bzl",
Expand Down

0 comments on commit ee558c2

Please sign in to comment.