Skip to content

Commit

Permalink
bump spire to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Aug 22, 2022
1 parent fb91b1f commit 133c2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macros/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= {
case Some((2, 13)) =>
Seq(
"org.scala-lang" % "scala-reflect" % s"${scalaVersion.value}",
"org.typelevel" %% "spire" % "0.18.0-M3"
"org.typelevel" %% "spire" % "0.18.0"
)
case Some((3, _)) => Seq(
)
Expand Down
2 changes: 1 addition & 1 deletion math/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libraryDependencies += {
if (priorTo2_13(scalaVersion.value)) {
"org.typelevel" %% "spire" % "0.17.0"
} else {
"org.typelevel" %% "spire" % "0.18.0-M3"
"org.typelevel" %% "spire" % "0.18.0"
}
}

Expand Down

0 comments on commit 133c2f4

Please sign in to comment.