From b44d3b3b868e4c79c2b96d88b395b73ce50d3d2a Mon Sep 17 00:00:00 2001 From: shokohara Date: Sun, 27 Aug 2017 14:07:23 +0900 Subject: [PATCH] Bump kind-projector version to 0.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 011e19468c..4c0345d680 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val commonSettings = Seq( "com.github.mpilquist" %%% "simulacrum" % "0.10.0" % "compile-time", "org.typelevel" %%% "machinist" % "0.6.2", compilerPlugin("org.scalamacros" %% "paradise" % "2.1.0" cross CrossVersion.patch), - compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.3") + compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.4") ), fork in test := true, parallelExecution in Test := false,