aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-11-08 22:48:16 +0100
committerJakob Odersky <jodersky@gmail.com>2012-11-08 22:49:50 +0100
commit4cfdd3c50b8e2b02dec704c920bbbb6150a756cd (patch)
tree973d0484f542fa55c3d64967a3ba4b8efe6750b1 /build.sbt
parent792a2b0167ca4a01615d33d0d31ee31bf889a226 (diff)
downloadscalam-4cfdd3c50b8e2b02dec704c920bbbb6150a756cd.tar.gz
scalam-4cfdd3c50b8e2b02dec704c920bbbb6150a756cd.tar.bz2
scalam-4cfdd3c50b8e2b02dec704c920bbbb6150a756cd.zip
re-enable managed dependency to scala-io
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt9
1 files changed, 3 insertions, 6 deletions
diff --git a/build.sbt b/build.sbt
index d3e70ce..52bec9e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -6,14 +6,11 @@ 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"
+libraryDependencies += "com.github.scala-incubator.io" % "scala-io-core_2.10.0-RC1" % "0.4.1"
-// 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 += "com.github.scala-incubator.io" % "scala-io-file_2.10.0-RC1" % "0.4.1"
+// dependency currently removed (until breeze-math provides a scala 2.10 build), the library is currently unmanaged and contained in lib
//libraryDependencies += "org.scalanlp" %% "breeze-math" % "0.1"
scalacOptions ++= Seq("-deprecation","-feature")