From 536de8db7866551c02127017a61520ff69cb4a29 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:11:40 +0200 Subject: [PATCH] Update shapeless to 2.3.11 (#537) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index f7dba6e0..1b3368e7 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -14,7 +14,7 @@ object Deps { def pprint = setting("com.lihaoyi" %%% "pprint" % "0.8.1") def scalaCompiler = setting("org.scala-lang" % "scala-compiler" % scalaVersion.value) def scalaReflect = setting("org.scala-lang" % "scala-reflect" % scalaVersion.value) - def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.10") + def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.11") def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.3.1") def utest = setting("com.lihaoyi" %%% "utest" % "0.8.1")