aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt9
1 files changed, 9 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..0ae0f6f
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,9 @@
+name := "flow"
+
+scalaVersion := "2.10.1"
+
+fork := true
+
+connectInput in run := true
+
+javaOptions in run += "-Djava.library.path=." \ No newline at end of file