Skip to content

Commit

Permalink
Merge pull request #21 from CitrineInformatics/patch/remove-fommil
Browse files Browse the repository at this point in the history
Remove fommil netlib dependency
  • Loading branch information
bfolie authored Feb 8, 2022
2 parents 0030098 + 3b004fd commit 775cb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import sbt._

object Dependencies {
lazy val netlibVersion = "1.1.2"
lazy val junitVersion = "4.13.1"
lazy val breezeVersion = "2.0"
lazy val junitVersion = "4.13.1"

val thetaDeps = Seq(
"com.github.fommil.netlib" % "all" % netlibVersion pomOnly(),
"org.scalanlp" %% "breeze" % breezeVersion,
"junit" % "junit" % junitVersion % "test",
"com.novocode" % "junit-interface" % "0.11" % "test"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.8
sbt.version=1.5.5

0 comments on commit 775cb42

Please sign in to comment.