aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt15
1 files changed, 15 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..181b49c
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,15 @@
+name := "scalam"
+
+version := "1.0"
+
+scalaVersion := "2.9.2"
+
+libraryDependencies += "com.github.scala-incubator.io" %% "scala-io-core" % "0.4.1-seq"
+
+libraryDependencies += "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.1-seq"
+
+libraryDependencies += "org.scalanlp" %% "breeze-math" % "0.1"
+
+//libraryDependencies += "org.scala-lang" % "scala-swing" % "2.9.2"
+
+