From 898972f0ae9206be10654135f9cb04f8f754d158 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Aug 2024 14:08:19 +0000 Subject: [PATCH] Update shapeless to 2.3.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40a4d74..d8e945a 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val testDependencies = Seq( ).map(_ % "test") libraryDependencies ++= Seq( - "com.chuusai" %% "shapeless" % "2.3.3", + "com.chuusai" %% "shapeless" % "2.3.12", "org.scala-lang.modules" %% "scala-xml" % "2.0.0", "org.typelevel" %% "cats-core" % "2.6.1" ) ++ testDependencies ++ List(compilerPlugin("org.typelevel" % ("kind-projector_" + scalaVersion.value) % "0.13.0"))