8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc17d26 commit 73d838cCopy full SHA for 73d838c
preprocessingUtils/build.sbt
@@ -8,8 +8,8 @@ scalaVersion := "2.10.4"
8
libraryDependencies ++= Seq(
9
"org.apache.spark" %% "spark-core" % "1.3.1" % "provided",
10
"org.apache.spark" %% "spark-mllib" % "1.3.1",
11
- "org.scalanlp" %% "breeze" % "0.11.1",
12
- "org.scalanlp" %% "breeze-natives" % "0.11.1",
+ "org.scalanlp" %% "breeze" % "0.11.2",
+ "org.scalanlp" %% "breeze-natives" % "0.11.2",
13
"com.github.fommil.netlib" % "all" % "1.1.2")
14
15
resolvers ++= Seq(
0 commit comments