Skip to content

Commit

Permalink
Set name for the root module (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg authored Aug 18, 2024
1 parent ce36769 commit 302ab4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ lazy val root = project.in(file("."))
.aggregate(zipperJVM, zipperJS, docs)
.settings(commonSettings)
.settings(
name := "zipper-root",
publish := {},
publishLocal := {},
publishArtifact := false
Expand Down

0 comments on commit 302ab4d

Please sign in to comment.