Skip to content

Commit

Permalink
Merge pull request #298 from typelevel/update/kind-projector-0.13.3
Browse files Browse the repository at this point in the history
Update kind-projector to 0.13.3
  • Loading branch information
sh0hei authored Feb 26, 2024
2 parents 982a982 + 4e0d5a1 commit a4c7845
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 @@ -66,7 +66,7 @@ val testSettings = Seq(
if (scalaVersion.value.startsWith("3"))
Nil
else
Seq(compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.2").cross(CrossVersion.full)))
Seq(compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.3").cross(CrossVersion.full)))
},
libraryDependencies += "org.typelevel" %% "cats-kernel" % "2.10.0"
)
Expand Down

0 comments on commit a4c7845

Please sign in to comment.