Skip to content

Commit

Permalink
Update kind-projector to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Nov 23, 2020
1 parent 66081b9 commit 9f7a65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object ProjectPlugin extends AutoPlugin {
case _ => withStripedLinter
}) :+ "-language:higherKinds"
},
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.11.0" cross CrossVersion.full),
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.11.1" cross CrossVersion.full),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
scalacOptions := Seq(
"-unchecked",
Expand Down

0 comments on commit 9f7a65a

Please sign in to comment.