aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index aea546e..468a503 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,8 +10,8 @@ libraryDependencies += "com.github.scala-incubator.io" % "scala-io-core_2.10.0-R
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"
+// dependency currently refers to a local build (until breeze-math provides a scala 2.10 build)
+libraryDependencies += "org.scalanlp" %% "breeze-math" % "0.2-SNAPSHOT"
scalacOptions ++= Seq("-deprecation","-feature")