aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: 407a5e3b5b155e03a70b4af8aa0d7599604ed724 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"

//onejar
seq(com.github.retronym.SbtOneJar.oneJarSettings: _*)

libraryDependencies += "commons-lang" % "commons-lang" % "2.6"

//libraryDependencies += "org.scala-lang" % "scala-swing" % "2.9.2"