Skip to content

1.24.2

Choose a tag to compare

@github-actions github-actions released this 27 Oct 12:52
830116f

What's Changed

Full Changelog: 1.24.1...1.24.2

This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.

MODULE.bazel Snippet

bazel_dep(name = "apple_support", version = "1.24.2", repo_name = "build_bazel_apple_support")

Workspace Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_apple_support",
    sha256 = "8625cc7b7b2952e38101e17b4a9e7c043b3a79f55d26e4772819891998725e16",
    url = "https://github.com/bazelbuild/apple_support/releases/download/1.24.2/apple_support.1.24.2.tar.gz",
)

load(
    "@build_bazel_apple_support//lib:repositories.bzl",
    "apple_support_dependencies",
)

apple_support_dependencies()

load("@bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()