Skip to content

Commit

Permalink
Merge pull request scalanlp#797 from stijndehaes/feature/update-spire…
Browse files Browse the repository at this point in the history
…-to-0.17.0

Update spire to 0.17.0
  • Loading branch information
dlwh authored Dec 14, 2020
2 parents 5d58bb9 + 3d986b6 commit b5baea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
"org.apache.commons" % "commons-math3" % "3.2",
"com.chuusai" %% "shapeless" % "2.3.3",
"org.slf4j" % "slf4j-api" % "1.7.5",
"org.typelevel" %% "spire" % "0.17.0-M1",
"org.typelevel" %% "spire" % "0.17.0",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.0-beta9" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.0-beta9" % "test",
"org.apache.logging.log4j" % "log4j-api" % "2.0-beta9" % "test",
Expand Down

0 comments on commit b5baea3

Please sign in to comment.