Skip to content

Commit

Permalink
Merge pull request #39 from danicheg/root-module-name
Browse files Browse the repository at this point in the history
Set name for the root module
  • Loading branch information
stanch authored Aug 18, 2024
2 parents fa30255 + 5b9c073 commit efd525e
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 @@ -122,6 +122,7 @@ lazy val root = project.in(file("."))
.aggregate(coreJVM, coreJS, demoJVM, demoJS)
.settings(commonSettings)
.settings(
name := "reftree-root",
publish := {},
publishLocal := {},
publishArtifact := false
Expand Down

0 comments on commit efd525e

Please sign in to comment.