Skip to content

Commit

Permalink
Fix duplicate <dependencyManagement /> tag in BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 3, 2022
1 parent cdffc62 commit 96689f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ lazy val billOfMaterials = PlayCrossBuiltProject("bill-of-materials", "dev-mode/
.settings(
name := "play-bom",
bomIncludeProjects := userProjects,
pomExtra := pomExtra.value :+ bomDependenciesListing.value,
publishTo := sonatypePublishToBundle.value,
mimaPreviousArtifacts := Set.empty
)

Expand Down

0 comments on commit 96689f1

Please sign in to comment.