2024-05-14 06:51:10 +00:00
|
|
|
bazel_dep(name = "aspect_bazel_lib", version = "0.0.0", dev_dependency = True)
|
2023-01-08 09:17:21 +00:00
|
|
|
local_path_override(
|
|
|
|
module_name = "aspect_bazel_lib",
|
|
|
|
path = "../..",
|
|
|
|
)
|
|
|
|
|
2024-05-14 06:51:10 +00:00
|
|
|
test_ext = use_extension("//:test_extension.bzl", "test_ext", dev_dependency = True)
|
2023-01-08 09:17:21 +00:00
|
|
|
use_repo(test_ext, "test")
|