aboutsummaryrefslogtreecommitdiff
path: root/flow-stream/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'flow-stream/build.sbt')
-rw-r--r--flow-stream/build.sbt6
1 files changed, 2 insertions, 4 deletions
diff --git a/flow-stream/build.sbt b/flow-stream/build.sbt
index f14190f..c9aa7eb 100644
--- a/flow-stream/build.sbt
+++ b/flow-stream/build.sbt
@@ -1,7 +1,5 @@
-import flow.{FlowBuild, Dependencies}
-
-FlowBuild.commonSettings
+import flow.Dependencies
libraryDependencies += Dependencies.akkaActor
libraryDependencies += Dependencies.akkaStream
-libraryDependencies += Dependencies.scalatest
+libraryDependencies += Dependencies.scalatest % "test"