Skip to content

Commit

Permalink
Fix root project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Dec 15, 2016
1 parent dbbe795 commit 3d601b9
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 @@ -63,7 +63,7 @@ def jacksonDependencies(version: String) = Seq(
val allSettings = baseSettings ++ publishSettings

val root = project.in(file("."))
.settings(noPublishSettings)
.settings(allSettings ++ noPublishSettings)
.aggregate(jackson25, jackson26, jackson27, jackson28)
.dependsOn(jackson28)

Expand Down

0 comments on commit 3d601b9

Please sign in to comment.