aboutsummaryrefslogtreecommitdiff
path: root/flow-stream/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-12-04 00:30:11 -0800
committerJakob Odersky <jakob@odersky.com>2016-12-04 01:35:16 -0800
commit5d631ebba2829fa10b66149a8405534cd2143a0d (patch)
tree42bfed586958cddeb99840ad4e66755742d6e38b /flow-stream/build.sbt
parent8e42c6f340b2a35bfb5c08df116a1e88de052eb7 (diff)
downloadakka-serial-5d631ebba2829fa10b66149a8405534cd2143a0d.tar.gz
akka-serial-5d631ebba2829fa10b66149a8405534cd2143a0d.tar.bz2
akka-serial-5d631ebba2829fa10b66149a8405534cd2143a0d.zip
Refactor project to use .sbt build definitions and add continuous deployment script
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"