From 37eb2d5fc23145de672f1818a2177ebd074ea8a9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 4 Nov 2012 23:04:42 +0100 Subject: add explicit dependency to scala-arm (this should be a temporary fix until scala-io provide a scala 2.10 build) --- build.sbt | 7 ++++--- 1 file 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") -- cgit v1.2.3