We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de7958 commit d154f65Copy full SHA for d154f65
project/ProjectPlugin.scala
@@ -86,7 +86,7 @@ object ProjectPlugin extends AutoPlugin {
86
case Some((3, 0)) => Seq()
87
case _ =>
88
Seq(
89
- compilerPlugin("org.typelevel" % "kind-projector" % "0.13.0" cross CrossVersion.full),
+ compilerPlugin("org.typelevel" % "kind-projector" % "0.13.1" cross CrossVersion.full),
90
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
91
)
92
}
0 commit comments