Skip to content

Commit

Permalink
Set name for root level project
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Apr 29, 2023
1 parent 047b9e3 commit 653f347
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 @@ -39,6 +39,9 @@ lazy val jawnSettingsNative = Seq(

lazy val root = tlCrossRootProject
.aggregate(parser, util, ast, benchmark)
.settings(
name := "jawn"
)

lazy val parser = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.crossType(CrossType.Full)
Expand Down

0 comments on commit 653f347

Please sign in to comment.