aboutsummaryrefslogtreecommitdiff
path: root/vfd-uav/build.sbt
blob: 40d2182f491e7e5d29736126ca02e9d1be936c68 (plain) (blame)
1
2
3
4
5
6
7
8
9
import vfd.VfdBuild

VfdBuild.defaultSettings

libraryDependencies ++= Seq(
  "com.typesafe.akka" %% "akka-actor" % "2.3.10",
  "com.github.jodersky" %% "flow" % "2.1.1",
  "com.github.jodersky" % "flow-native" % "2.1.1"
)