From 9b35a9873a4f26ae10a07f1ca60f953dcc79c2fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Jan 2025 14:07:44 +0000 Subject: [PATCH] Update shapeless to 2.3.12 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 89a7a08..670cce7 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -7,7 +7,7 @@ object Deps { Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value } - def shapeless = "com.chuusai" %% "shapeless" % "2.3.11" + def shapeless = "com.chuusai" %% "shapeless" % "2.3.12" def utest = "com.lihaoyi" %% "utest" % "0.7.1" }