2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-12-03 11:52:43 +00:00
bazel-lib/e2e/smoke/MODULE.bazel

13 lines
272 B
Plaintext
Raw Normal View History

module(
2023-03-10 17:37:57 +00:00
name = "smoke",
2022-06-03 01:08:16 +00:00
version = "0.0.0",
2023-06-09 23:22:37 +00:00
compatibility_level = 1,
)
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "aspect_bazel_lib", version = "0.0.0")
local_path_override(
module_name = "aspect_bazel_lib",
path = "../..",
)