Skip to content

Commit

Permalink
Edit build.sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
lastland committed Aug 10, 2016
1 parent f5bad05 commit 4962043
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 @@ -61,7 +61,7 @@ lazy val commonSettings = Seq(

lazy val root = Project(
"scala-forklift", file(".")).settings(
publish := { }, publishLocal := { }).aggregate(
publishArtifact := false).aggregate(
coreProject, slickMigrationProject, plainMigrationProject, gitToolProject)

lazy val coreProject = Project(
Expand Down

0 comments on commit 4962043

Please sign in to comment.