aboutsummaryrefslogtreecommitdiff
path: root/flow-core/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-core/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-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"