From ea7fddb8f41afecad892d18babb4752b8665cd44 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 15:29:30 +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 6471e4d..c7fa870 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ lazy val commonSettings = Seq( libraryDependencies ++= (if (isDotty.value) Nil else Seq( - compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.3").cross(CrossVersion.full)), + compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.4").cross(CrossVersion.full)), )), )