mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-27 17:43:27 +00:00
eb575d5782
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
bazel_dep(name = "aspect_bazel_lib", version = "0.0.0", dev_dependency = True)
|
|
local_path_override(
|
|
module_name = "aspect_bazel_lib",
|
|
path = "../..",
|
|
)
|
|
|
|
bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency = True)
|