Skip to content

Commit

Permalink
Merge pull request #17 from CitrineInformatics/feature/upgrade-breeze
Browse files Browse the repository at this point in the history
Upgrade breeze to v1.2. Only include netlib pom.
  • Loading branch information
latture committed Jul 30, 2021
2 parents 5fa389b + 48c14f0 commit fa13e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import sbt._
object Dependencies {
lazy val netlibVersion = "1.1.2"
lazy val junitVersion = "4.13.1"
lazy val breezeVersion = "1.1"
lazy val breezeVersion = "1.2"

val thetaDeps = Seq(
"com.github.fommil.netlib" % "all" % netlibVersion,
"com.github.fommil.netlib" % "all" % netlibVersion pomOnly(),
"org.scalanlp" %% "breeze" % breezeVersion,
"junit" % "junit" % junitVersion % "test",
"com.novocode" % "junit-interface" % "0.11" % "test"
)
}
}

0 comments on commit fa13e40

Please sign in to comment.