Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 15:28
· 795 commits to main since this release

Put this in WORKSPACE:

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "0ac7aada25d51d694531495cb87fd9abdab956f43a7aaaee56833e7c33b84445",
    url = "https://github.com/aspect-build/bazel-lib/releases/download/v0.1.0/bazel_lib-0.1.0.tar.gz",
)

You'll need bazel-skylib installed as well.