Skip to content

Commit

Permalink
Fixed issue with builds ignoring test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vonnagy committed Jan 23, 2015
1 parent 1f88a9e commit cc737b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,14 @@ object Build extends sbt.Build {
name := "service-container-examples",
libraryDependencies ++= Seq(
"com.sclasen" %% "akka-kafka" % "0.0.10")
) ++ Publish.settings
) ++ Test.settings

val metricsReportingSettings = Seq(
name := "service-container-metrics-reporting",
libraryDependencies ++= Seq(
"com.github.jjagged" % "metrics-statsd" % "1.0.0",
"com.novaquark" % "metrics-influxdb" % "0.3.0")
) ++ Test.settings

)
val noPublishing = Seq(
publish := (),
publishLocal := (),
Expand Down

0 comments on commit cc737b9

Please sign in to comment.