From 576ac8175c350fc8fefd9ead1898f3ef489757d2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 25 Feb 2024 19:46:55 +0000 Subject: [PATCH] Update kind-projector to 0.13.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 504561e..cfe0af0 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / developers := List( def compilerPlugins = libraryDependencies ++= { if (scalaVersion.value.startsWith("3")) Seq() - else Seq(compilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full)) + else Seq(compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full)) } val compilerOptions = Seq(