v1.0.13
Pre-release
Pre-release
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "82f464c2f5fda6f936670bec339002062f9d624ae7ddaf5731d615f0d9c5a967",
strip_prefix = "bazel-lib-1.0.13",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.0.13.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
aspect_bazel_lib_dependencies()
# Optional: register the following toolchain to use jq
load("@aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")
register_jq_toolchains(version = "1.6")