From 7c113f12576c7e1d21ca2a4ce75bb28f27519d8a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 May 2024 15:16:31 +0000 Subject: [PATCH] Update shapeless to 2.3.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f0935c..f78799d 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val gitPubUrl = s"https://github.com/fthomas/$projectName.git" val gitDevUrl = s"git@github.com:fthomas/$projectName.git" val macroParadiseVersion = "2.1.1" -val shapelessVersion = "2.3.7" +val shapelessVersion = "2.3.11" val scalaCheckVersion = "1.15.2" val Scala_2_11 = "2.11.12"