diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 510205f..f1dc909 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" diff --git a/project/build.properties b/project/build.properties index a919a9b..10fd9ee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.8 +sbt.version=1.5.5