From 5bb008efc70743fac701d06f155a768f35d149bd Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 16 May 2024 08:46:19 +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 8621da8..ee3266e 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) } else { Seq( "com.github.scalaprops" %%% "scalaprops-core" % scalapropsVersion.value, - "com.chuusai" %%% "shapeless" % "2.3.10" + "com.chuusai" %%% "shapeless" % "2.3.11" ) } }