Skip to content

Commit

Permalink
Merge pull request #648 from mdedetrich/set-name-for-root
Browse files Browse the repository at this point in the history
Set name of root project to scalaxb-root
  • Loading branch information
eed3si9n authored Jan 19, 2024
2 parents 99e7f13 + 06f16ee commit 2998bd9
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 @@ -36,6 +36,7 @@ lazy val commonSettings = Seq(
lazy val root = (project in file("."))
.aggregate(app, integration, scalaxbPlugin)
.settings(nocomma {
name := "scalaxb-root"
scalaVersion := scala212
publish / skip := true
crossScalaVersions := Nil
Expand Down

0 comments on commit 2998bd9

Please sign in to comment.