From 7260c99001ce0f934367d746299b80a7748852d8 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:45:43 +0000 Subject: [PATCH] Update shapeless3-deriving to 3.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d5278b..3cb0e3d 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) if (scalaBinaryVersion.value == "3") { Seq( "com.github.scalaprops" %%% "scalaprops-gen" % scalapropsVersion.value, - "org.typelevel" %%% "shapeless3-deriving" % "3.3.0" + "org.typelevel" %%% "shapeless3-deriving" % "3.4.0" ) } else { Seq(