Skip to content

Commit

Permalink
Set name & moduleName for the root module
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Aug 17, 2024
1 parent 0633e01 commit 1f0261e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ lazy val root = tlCrossRootProject
unidocs,
bench,
binCompatTest
).settings(
name := "cats",
moduleName := "cats-root"
)

lazy val kernel = crossProject(JSPlatform, JVMPlatform, NativePlatform)
Expand Down

0 comments on commit 1f0261e

Please sign in to comment.