From 89e6d15259a03c991544148b2ea1e06d7a6e597d Mon Sep 17 00:00:00 2001 From: Scala steward Date: Sat, 6 Apr 2019 22:41:48 +0200 Subject: [PATCH] Update kind-projector to 0.9.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81ae0ec2..1aa55c4c 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ lazy val commonSettings = Seq( "-doc-source-url", "https://github.com/jmcardon/tsec/blob/v" + version.value + "€{FILE_PATH}.scala" ), parallelExecution in test := false, - addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.9"), + addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.10"), addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.2.4"), scalacOpts )