From 5d631ebba2829fa10b66149a8405534cd2143a0d Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 4 Dec 2016 00:30:11 -0800 Subject: Refactor project to use .sbt build definitions and add continuous deployment script --- flow-stream/build.sbt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'flow-stream/build.sbt') 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" -- cgit v1.2.3