From e334b8d3b322062b128846fc8f58daa710dfb8a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 May 2021 13:10:43 +0200 Subject: [PATCH] Update kind-projector to 0.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8aaac1fa..8738d378 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val buildSettings = Seq( val catsVersion = "2.6.1" val disciplineMunitVersion = "1.0.9" -val kindProjectorVersion = "0.12.0" +val kindProjectorVersion = "0.13.0" val shapelessVersion = "2.3.6" lazy val commonSettings = Seq(