Skip to content

Commit

Permalink
Update @apple_support to version 1.12.0.
Browse files Browse the repository at this point in the history
Fixes #474.

Change-Id: I9b93d7d8942d9da502ed79782c6a14ccaded5970
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62690
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Feb 15, 2024
1 parent b4c6fe0 commit ed9fc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module(
)

bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")
bazel_dep(name = "apple_support", version = "1.12.0", repo_name = "build_bazel_apple_support")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "abseil-cpp", version = "20240116.0", repo_name = "com_google_absl")
bazel_dep(name = "rules_python", version = "0.29.0")
Expand Down

0 comments on commit ed9fc26

Please sign in to comment.