aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: 181b49c852ec63e2aea1ceefcbe0a3743b57460d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"