aboutsummaryrefslogblamecommitdiff
path: root/build.sbt
blob: dab50060e220a0df7b4442f23add3a37b1968057 (plain) (tree)
1
2
3
4
5
6
7
8
9

                
                         
 
                            
 
                                                                                         
 
                                                                                         
 
                                                                



                                                                   

                                                
name := "scalam"

version := "1.0-SNAPSHOT"

scalaVersion := "2.10.0-RC1"

//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"


scalacOptions ++= Seq("-deprecation","-feature")