From 35d1f519b38b9f08966564445e9f5a4277b6ca11 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2019 08:16:14 +0100 Subject: [PATCH] Update kind-projector to 0.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9b0f90c4..e939327b 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val unidoc = project inDependencies(AsynchronousSemaphoreJVM, transitive = true, includeRoot = true) || inProjects(asynchronouspoolJVM, invariantJVM) }, - addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.10"), + addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.0"), scalacOptions += "-Xexperimental", scalacOptions += "-Ypartial-unification" )