Skip to content

Commit

Permalink
Update kind-projector to 0.9.9 (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Luka Jacobowitz committed Nov 23, 2018
1 parent 49fd8ee commit 005443b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ lazy val catsSettings = Seq(
),
libraryDependencies ++= Seq(
"org.typelevel" %%% "machinist" % "0.6.6",
compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.8")
compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.9")
) ++ macroDependencies(scalaVersion.value),
) ++ commonSettings ++ publishSettings ++ scoverageSettings ++ simulacrumSettings

Expand Down Expand Up @@ -614,7 +614,7 @@ lazy val binCompatTest = project
.disablePlugins(CoursierPlugin)
.settings(noPublishSettings)
.settings(
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.8"),
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.9"),
libraryDependencies ++= List(
{
if (priorTo2_13(scalaVersion.value))
Expand Down

0 comments on commit 005443b

Please sign in to comment.