From 3d634804b6cf78d490383c425d3475f5b43283a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Fri, 6 Dec 2024 18:12:47 +0000 Subject: [PATCH] add lmCoursierShadedPublishing to allProjects --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index c3bfe57cd..d59ff871f 100644 --- a/build.sbt +++ b/build.sbt @@ -1216,6 +1216,7 @@ def allProjects = lmCoursierDefinitions, lmCoursier, lmCoursierShaded, + lmCoursierShadedPublishing, ) ++ lowerUtilProjects // These need to be cross published to 2.12 and 2.13 for Zinc