Skip to content

Commit

Permalink
apply module settings to include coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon Rolfs committed Sep 25, 2014
1 parent e7de22e commit 66265c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Build extends Build {
// .settings( noPublishing: _* )

lazy val demesne = Project( "demesne", file( "." ) )
.settings( basicSettings: _* )
.settings( moduleSettings: _* )
.settings( libraryDependencies ++=
compile( config ) ++
compile( akkaActor ) ++
Expand Down Expand Up @@ -66,7 +66,7 @@ object Build extends Build {

lazy val testkit = Project( "testkit", file( "testkit" ) )
.dependsOn( demesne )
.settings( basicSettings: _* )
.settings( moduleSettings: _* )
.settings( libraryDependencies ++=
compile( config ) ++
compile( akkaActor ) ++
Expand Down Expand Up @@ -107,7 +107,7 @@ object Build extends Build {

lazy val examples = Project( "examples", file( "examples" ) )
.dependsOn( demesne, testkit % "test->compile" )
.settings( basicSettings: _* )
.settings( moduleSettings: _* )
.settings( libraryDependencies ++=
compile( config ) ++
compile( akkaActor ) ++
Expand Down

0 comments on commit 66265c8

Please sign in to comment.