From 03327a1cf4b272c3b0d7aa3efbb5267b59242d61 Mon Sep 17 00:00:00 2001 From: Will Schmitt Date: Wed, 14 Aug 2024 09:15:08 -0700 Subject: [PATCH] fixup: add new dep on platform_utils to bzl_library target --- ts/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/BUILD.bazel b/ts/BUILD.bazel index c1324d8f..43f1609e 100644 --- a/ts/BUILD.bazel +++ b/ts/BUILD.bazel @@ -188,6 +188,7 @@ bzl_library( "//ts/private:ts_proto_library", "@aspect_bazel_lib//lib:copy_to_directory", "@aspect_bazel_lib//lib:directory_path", + "@aspect_bazel_lib//lib:platform_utils", "@aspect_bazel_lib//lib:write_source_files", "@aspect_rules_js//js:defs", "@aspect_rules_js//js:libs",