Releases: bazel-contrib/bazel-lib
Releases · bazel-contrib/bazel-lib
v0.2.6
WORKSPACE snippet:
http_archive(
name = "aspect_bazel_lib",
sha256 = "8c8cf0554376746e2451de85c4a7670cc8d7400c1f091574c1c1ed2a65021a4c",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v0.2.6/bazel_lib-0.2.6.tar.gz",
)
v0.2.5
WORKSPACE snippet:
http_archive(
name = "aspect_bazel_lib",
sha256 = "b1bb3575ec16e7e11ee0fcf57802b82435144cc25bb97861b77e07894543cc8a",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v0.2.5/bazel_lib-0.2.5.tar.gz",
)
v0.2.3
release
v0.2.2
release
v0.2.1
chore: run gazelle to add missing bzl_library
v0.2.0
release
v0.1.0
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.