Skip to content

Commit

Permalink
Fix version of kind projector
Browse files Browse the repository at this point in the history
  • Loading branch information
sloshy committed Sep 11, 2021
1 parent f857af4 commit 58faaec
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 @@ -8,7 +8,7 @@ val munitCatsEffectV = "1.0.5"
val scalaCheckV = "1.15.4"
val scalaCheckEffectV = "1.0.2"
val betterMonadicForV = "0.3.1"
val kindProjectorV = "0.11.2"
val kindProjectorV = "0.13.0"

val catsCore = "org.typelevel" %% "cats-core" % catsV
val refinedCore = "eu.timepit" %% "refined" % refinedV
Expand Down

0 comments on commit 58faaec

Please sign in to comment.