github bazelbuild/platforms 0.0.10

latest releases: 1.1.0, 1.0.0, 0.0.11...
2 years ago

What's Changed

  • Add filegroup targets for .bzl files in the host package by @Wyverald in #90

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
    ],
    sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
)

Full Changelog: 0.0.9...0.0.10

Don't miss a new platforms release

NewReleases is sending notifications on new releases.