Skip to content

Commit d154f65

Browse files
authored
Update kind-projector to 0.13.1
1 parent 9de7958 commit d154f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ProjectPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ object ProjectPlugin extends AutoPlugin {
8686
case Some((3, 0)) => Seq()
8787
case _ =>
8888
Seq(
89-
compilerPlugin("org.typelevel" % "kind-projector" % "0.13.0" cross CrossVersion.full),
89+
compilerPlugin("org.typelevel" % "kind-projector" % "0.13.1" cross CrossVersion.full),
9090
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
9191
)
9292
}

0 commit comments

Comments
 (0)