From e4bb6773aef509180007c2f8bfd30b7438393971 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:10:47 +0000 Subject: [PATCH] Update kind-projector to 0.13.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ce8c3c..4b39f4a 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ val catsEffectV = "3.7.0-RC1" val munitV = "1.1.1" val munitCatsEffectV = "2.2.0-RC1" -val kindProjectorV = "0.13.3" +val kindProjectorV = "0.13.4" val betterMonadicForV = "0.3.1" // General Settings