Skip to content

Commit

Permalink
Fix publish settings of aggregate artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyrsmith committed May 11, 2017
1 parent 1652b4e commit 50ae825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lazy val docs: Project = project

lazy val featherbed = project
.in(file("."))
.settings(unidocSettings ++ baseSettings ++ buildSettings)
.settings(unidocSettings ++ baseSettings ++ buildSettings ++ publishSettings)
.aggregate(`featherbed-core`, `featherbed-circe`)
.dependsOn(`featherbed-core`, `featherbed-circe`)
.settings(
Expand Down

0 comments on commit 50ae825

Please sign in to comment.