From 6ecf631b59ea2261965fe6011037cb36f1895eae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Sep 2022 14:33:06 +0000 Subject: [PATCH] Update shapeless to 2.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f0935c..01d53e7 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.10" val scalaCheckVersion = "1.15.2" val Scala_2_11 = "2.11.12"