Skip to content

Commit 579739f

Browse files
committed
Update breeze, breeze-natives to 1.1
1 parent 85a5375 commit 579739f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ object Dependencies {
125125

126126
val linearAlgebraDependencies = Seq(
127127
"org.typelevel" %% "spire" % "0.16.2",
128-
"org.scalanlp" %% "breeze" % "1.0" % "compile",
129-
"org.scalanlp" %% "breeze-natives" % "1.0" % "compile"
128+
"org.scalanlp" %% "breeze" % "1.1" % "compile",
129+
"org.scalanlp" %% "breeze-natives" % "1.1" % "compile"
130130
).map(_.withExclusions(Vector("org.spire-math" %% "spire")))
131131

132132
val chartsDependencies = Seq(

0 commit comments

Comments
 (0)