Skip to content

Commit

Permalink
Merge pull request #209 from scala-steward/update/kind-projector-0.13.0
Browse files Browse the repository at this point in the history
Update kind-projector to 0.13.0
  • Loading branch information
t3hnar committed May 15, 2021
2 parents 0ce6d2f + fe75bd7 commit a086e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val commonSettings = Seq(
Resolver.bintrayRepo("evolutiongaming", "maven"),
Resolver.sonatypeRepo("public")
),
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.12.0" cross CrossVersion.full)
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.0" cross CrossVersion.full)
)

lazy val root = (project in file("."))
Expand Down

0 comments on commit a086e4d

Please sign in to comment.