Skip to content

Commit

Permalink
Merge pull request #20 from CitrineInformatics/upgrade-breeze
Browse files Browse the repository at this point in the history
Move Breeze to 2.0
  • Loading branch information
sfriedowitz authored Feb 5, 2022
2 parents 1d3f43b + b4a496e commit 0030098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
lazy val netlibVersion = "1.1.2"
lazy val junitVersion = "4.13.1"
lazy val breezeVersion = "1.2"
lazy val breezeVersion = "2.0"

val thetaDeps = Seq(
"com.github.fommil.netlib" % "all" % netlibVersion pomOnly(),
Expand Down

0 comments on commit 0030098

Please sign in to comment.