From 61f0991002c8e641ee9f51c61cc417d4df0cf23e Mon Sep 17 00:00:00 2001 From: danicheg Date: Sat, 17 Aug 2024 14:25:57 +0300 Subject: [PATCH] Set name for the root module --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 2eb9f8f..e8bacd3 100644 --- a/build.sbt +++ b/build.sbt @@ -90,6 +90,7 @@ lazy val root = project.in(file(".")) .aggregate(zipperJVM, zipperJS, docs) .settings(commonSettings) .settings( + name := "zipper-root", publish := {}, publishLocal := {}, publishArtifact := false