Skip to content

Commit

Permalink
Update kind-projector to 0.13.2 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 4, 2021
1 parent 5563a49 commit 42aad9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val CatsVersion = "2.6.1"
val CatsEffectVersion = "3.2.7"
val MacroParadiseVersion = "2.1.1"
val ScalaCheckVersion = "1.15.4"
val KindProjectorVersion = "0.13.1"
val KindProjectorVersion = "0.13.2"
val BetterMonadicForVersion = "0.3.1"
val GitHub4sVersion = "0.29.1"
val ScalaTestVersion = "3.2.9"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ val ScalaCheckVersion = "1.15.4"
/** Compiler plugin for working with partially applied types:
* [[https://github.com/typelevel/kind-projector]]
*/
val KindProjectorVersion = "0.13.1"
val KindProjectorVersion = "0.13.2"

/** Compiler plugin for fixing "for comprehensions" to do desugaring w/o `withFilter`:
* [[https://github.com/typelevel/kind-projector]]
Expand Down

0 comments on commit 42aad9a

Please sign in to comment.