Commit c873afb4 by Paul Wankadia Committed by Copybara-Service

Readd bazel_skylib to `MODULE.bazel`.

It shouldn't be (and previously wasn't?!) needed, AFAIK, but
something about `use_repo_rule()` seems to require it now...

PiperOrigin-RevId: 617625049
parent 13bcc721
...@@ -4,6 +4,11 @@ module( ...@@ -4,6 +4,11 @@ module(
) )
bazel_dep( bazel_dep(
name = "bazel_skylib",
version = "1.5.0",
)
bazel_dep(
name = "abseil-cpp", name = "abseil-cpp",
version = "20240116.0", version = "20240116.0",
repo_name = "com_google_absl", repo_name = "com_google_absl",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment