aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-11-04 23:04:42 +0100
committerJakob Odersky <jodersky@gmail.com>2012-11-04 23:04:42 +0100
commit37eb2d5fc23145de672f1818a2177ebd074ea8a9 (patch)
tree039f7cbde694d361ee968b6def40b7bd1ef82792
parent7d04fde2905f7e4eacee21bc505dbcdf15b97434 (diff)
downloadscalam-37eb2d5fc23145de672f1818a2177ebd074ea8a9.tar.gz
scalam-37eb2d5fc23145de672f1818a2177ebd074ea8a9.tar.bz2
scalam-37eb2d5fc23145de672f1818a2177ebd074ea8a9.zip
add explicit dependency to scala-arm (this should be a temporary fix until scala-io provide a scala 2.10 build)
-rw-r--r--build.sbt7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index dab5006..25a7c4d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,14 +4,15 @@ version := "1.0-SNAPSHOT"
scalaVersion := "2.10.0-RC1"
+// dependency is temporatily explicit (until scala-io provide a scala 2.10 build)
+libraryDependencies += "com.jsuereth" % "scala-arm_2.10.0-RC1" % "1.2"
+
+// dependencies currently removed (until scala-io and breeze-math provide a scala 2.10 build), the libraries are currently unmanaged and contained in lib
//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")