Skip to content

Commit

Permalink
update kind-projector for 2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYch committed Nov 15, 2021
1 parent 5b3aa71 commit 0603528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object ScalaTarget {
else if (scalaVersion == "2.13.0-RC1") ("org.spire-math", "0.9.10", "binary")
else if (scalaVersion == "2.13.0-RC2") ("org.typelevel", "0.10.1", "binary")
else if (scalaVersion == "2.13.0-RC3") ("org.typelevel", "0.10.2", "binary")
else if (scalaVersion >= "2.13.0") ("org.typelevel", "0.13.0", "full")
else if (scalaVersion >= "2.13.0") ("org.typelevel", "0.13.2", "full")
else ("org.typelevel", "0.10.3", "binary")
val paradise =
if (scalaVersion.startsWith("2.10"))
Expand Down

0 comments on commit 0603528

Please sign in to comment.