From be0070ad69b46f13132d5865142c3f6a1842898b Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 15 Nov 2012 21:32:38 +0100 Subject: manage breeze library (as local build) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sbt') 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") -- cgit v1.2.3