From 7f43e1fa3efd223dd594856fb26f24b1293b249f Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 25 Aug 2024 13:03:42 +0000 Subject: [PATCH] Update scalaprops-shapeless to 0.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81f37a2..802a05e 100644 --- a/build.sbt +++ b/build.sbt @@ -122,7 +122,7 @@ val scalapbPlayJson = crossProject(JVMPlatform, JSPlatform, NativePlatform) ) -> (Test / sourceManaged).value ), libraryDependencies ++= Seq( - "com.github.scalaprops" %%% "scalaprops-shapeless" % "0.5.1" % "test", + "com.github.scalaprops" %%% "scalaprops-shapeless" % "0.6.0" % "test", "com.google.protobuf" % "protobuf-java-util" % "3.25.4" % "test", "com.google.protobuf" % "protobuf-java" % "3.25.4" % "protobuf" )