aboutsummaryrefslogblamecommitdiff
path: root/build.sbt
blob: b3f087e7d4f0f24314435a6ffc72450a94d6e3ef (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

                
                         











                                                                                       
name := "scalam"

version := "1.0-SNAPSHOT"

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"