Skip to content

Commit

Permalink
update kind projector
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYch committed May 23, 2021
1 parent 407b271 commit 6f3cad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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.11.3", "full")
else if (scalaVersion >= "2.13.0") ("org.typelevel", "0.13.0", "full")
else ("org.typelevel", "0.10.3", "binary")
val paradise =
if (scalaVersion.startsWith("2.10"))
Expand Down

0 comments on commit 6f3cad9

Please sign in to comment.