mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-26 13:30:30 +00:00
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)
|