There was an error while loading. Please reload this page.
1 parent 85a5375 commit 579739fCopy full SHA for 579739f
project/Dependencies.scala
@@ -125,8 +125,8 @@ object Dependencies {
125
126
val linearAlgebraDependencies = Seq(
127
"org.typelevel" %% "spire" % "0.16.2",
128
- "org.scalanlp" %% "breeze" % "1.0" % "compile",
129
- "org.scalanlp" %% "breeze-natives" % "1.0" % "compile"
+ "org.scalanlp" %% "breeze" % "1.1" % "compile",
+ "org.scalanlp" %% "breeze-natives" % "1.1" % "compile"
130
).map(_.withExclusions(Vector("org.spire-math" %% "spire")))
131
132
val chartsDependencies = Seq(
0 commit comments