Skip to content

Commit

Permalink
Merge pull request #56 from vasilmkd/kind-projector
Browse files Browse the repository at this point in the history
Update kind-projector to 0.13.0
  • Loading branch information
djspiewak authored May 23, 2021
2 parents dd09e41 + 44d17fe commit 47c91b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/sbtspiewak/SpiewakPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ object SpiewakPlugin extends AutoPlugin {
else
Seq(
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
compilerPlugin("org.typelevel" % "kind-projector" % "0.11.3" cross CrossVersion.full),
compilerPlugin("org.typelevel" % "kind-projector" % "0.13.0" cross CrossVersion.full),
)
},

Expand Down

0 comments on commit 47c91b0

Please sign in to comment.