aboutsummaryrefslogtreecommitdiff
path: root/flow-core/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'flow-core/build.sbt')
-rw-r--r--flow-core/build.sbt8
1 files changed, 3 insertions, 5 deletions
diff --git a/flow-core/build.sbt b/flow-core/build.sbt
index 40eb978..fdfcbab 100644
--- a/flow-core/build.sbt
+++ b/flow-core/build.sbt
@@ -1,9 +1,7 @@
-import flow.{FlowBuild, Dependencies}
-
-FlowBuild.commonSettings
+import flow.Dependencies
libraryDependencies += Dependencies.akkaActor
-libraryDependencies += Dependencies.akkaTestKit
-libraryDependencies += Dependencies.scalatest
+libraryDependencies += Dependencies.akkaTestKit % "test"
+libraryDependencies += Dependencies.scalatest % "test"
target in javah := (baseDirectory in ThisBuild).value / "flow-native" / "src" / "include"