From 8dbdfc882c673aa684c93e0862505405804712f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 13 Feb 2022 18:21:51 +0100 Subject: [PATCH] Update shapeless to 2.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f0935c..8c7f7f4 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.8" val scalaCheckVersion = "1.15.2" val Scala_2_11 = "2.11.12"