diff --git a/build.sbt b/build.sbt index 32ea8dd..e67009c 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ val commonSettings = Seq( run / fork := true, // Better syntax for dealing with partially-applied types - addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.0" cross CrossVersion.full), + addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.1" cross CrossVersion.full), // Better semantics for for comprehensions addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),