From 7fbae88c2d46bcf3b6d6de3f158e6e6de43562bc 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:15:48 +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 4b9160f..611d9c3 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ val catsEffectV = "3.7.0-RC1" val disciplineMunitV = "2.0.0" val scalacheckEffectV = "2.1.0-RC1" val munitCatsEffectV = "2.2.0-RC1" -val kindProjectorV = "0.13.3" +val kindProjectorV = "0.13.4" // Scalafmt addCommandAlias("fmt", "; Compile / scalafmt; Test / scalafmt; scalafmtSbt")