From c39e9af68c6056bec26a3cc571fcb8c4e526943a Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Wed, 18 Oct 2017 19:10:01 -0500 Subject: [PATCH] Add kind-projector --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index d8dc2b577..a2b56fed2 100644 --- a/build.sbt +++ b/build.sbt @@ -51,6 +51,7 @@ def commonSettings: Seq[Setting[_]] = resolvers += Resolver.typesafeIvyRepo("releases"), resolvers += Resolver.sonatypeRepo("snapshots"), resolvers += "bintray-sbt-maven-releases" at "https://dl.bintray.com/sbt/maven-releases/", + addCompilerPlugin("org.spire-math" % "kind-projector" % "0.9.4" cross CrossVersion.binary), concurrentRestrictions in Global += Util.testExclusiveRestriction, testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-w", "1"), testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "2"),