Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update kind-projector to 0.13.3 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 24, 2024
1 parent dd98100 commit c67a1ed
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 @@ -95,7 +95,7 @@ addCommandAlias("testAll", "test it:test")
enablePlugins(JavaAppPackaging)
enablePlugins(BuildInfoPlugin)

addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full)
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full)
addCompilerPlugin("io.tryp" % "splain" % "0.5.8" cross CrossVersion.patch)

cancelable in Global := true
Expand Down

0 comments on commit c67a1ed

Please sign in to comment.