From 3b3625c5923eee7ed9e5f980be7f804099891da3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:15:54 +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 3016c426..68cb1dac 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / organization := "org.typelevel" val catsVersion = "2.10.0" val munitVersion = "1.0.0-M11" val disciplineMunitVersion = "2.0.0-M3" -val kindProjectorVersion = "0.13.2" +val kindProjectorVersion = "0.13.3" val shapeless2Version = "2.3.10" val shapeless3Version = "3.4.1"