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
This commit is contained in:
Paul Wankadia
2024-03-20 14:23:54 -07:00
committed by Copybara-Service
parent 13bcc721a3
commit c873afb415

View File

@@ -3,6 +3,11 @@ module(
version = "head",
)
bazel_dep(
name = "bazel_skylib",
version = "1.5.0",
)
bazel_dep(
name = "abseil-cpp",
version = "20240116.0",