aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: 0ae0f6f35d6796c201cacf482eaa35753a2d870d (plain) (blame)
1
2
3
4
5
6
7
8
9
name := "flow"

scalaVersion := "2.10.1"

fork := true

connectInput in run := true

javaOptions in run += "-Djava.library.path=."