Skip to content

Commit

Permalink
increment dependency versions, particularly netlib
Browse files Browse the repository at this point in the history
Should fix #823
  • Loading branch information
dlwh committed Nov 15, 2021
1 parent 08ee09d commit db5827d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions math/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name := "breeze"
Common.commonSettings

libraryDependencies ++= Seq(
"dev.ludovic.netlib" % "blas" % "2.2.0",
"dev.ludovic.netlib" % "lapack" % "2.2.0",
"dev.ludovic.netlib" % "arpack" % "2.2.0",
"dev.ludovic.netlib" % "blas" % "2.2.1",
"dev.ludovic.netlib" % "lapack" % "2.2.1",
"dev.ludovic.netlib" % "arpack" % "2.2.1",
"net.sourceforge.f2j" % "arpack_combined_all" % "0.1",
"net.sf.opencsv" % "opencsv" % "2.3",
"com.github.wendykierp" % "JTransforms" % "3.1",
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Common {
}
}

val buildCrossScalaVersions = Seq("3.0.1", "2.12.13", "2.13.5")
val buildCrossScalaVersions = Seq("3.0.2", "2.12.15", "2.13.7")

lazy val buildScalaVersion = buildCrossScalaVersions.head

Expand Down
2 changes: 1 addition & 1 deletion viz/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "breeze-viz"
Common.commonSettings

libraryDependencies ++= Seq(
"org.jfree" % "jfreechart" % "1.5.0",
"org.jfree" % "jfreechart" % "1.5.3",
"org.apache.xmlgraphics" % "xmlgraphics-commons" % "1.3.1", // for eps gen
// "org.apache.xmlgraphics" % "batik-dom" % "1.7", // for svg gen
// "org.apache.xmlgraphics" % "batik-svggen" % "1.7", // for svg gen
Expand Down

0 comments on commit db5827d

Please sign in to comment.