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.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/flow-core/build.sbt b/flow-core/build.sbt
index 487afe0..40eb978 100644
--- a/flow-core/build.sbt
+++ b/flow-core/build.sbt
@@ -3,5 +3,7 @@ import flow.{FlowBuild, Dependencies}
FlowBuild.commonSettings
libraryDependencies += Dependencies.akkaActor
+libraryDependencies += Dependencies.akkaTestKit
+libraryDependencies += Dependencies.scalatest
target in javah := (baseDirectory in ThisBuild).value / "flow-native" / "src" / "include"