From 724e46aa94c970efc08e4eaf12afd07ad9d60b03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 May 2024 17:35:19 +0000 Subject: [PATCH] Update shapeless to 2.3.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e837c27..71fc0db4 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ def dependencies(scalaVersion: String): Seq[ModuleID] = // TODO: Get rid of scala-collection-compat when we drop support for Scala 2.12 and -Wunused:imports since it triggers https://github.com/scala/scala-collection-compat/issues/240 "*" -> ("org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"), "2" -> ("org.scala-lang" % "scala-reflect" % scalaVersion % Provided), - "2" -> ("com.chuusai" %% "shapeless" % "2.3.4" % Test), // For shapeless based Reader/Scanner in tests + "2" -> ("com.chuusai" %% "shapeless" % "2.3.11" % Test), // For shapeless based Reader/Scanner in tests "*" -> ("org.scalatest" %% "scalatest" % "3.2.15" % Test), "*" -> ("commons-io" % "commons-io" % "2.11.0" % Test), "*" -> ("fastjavaio" % "fastjavaio" % "1.0" from "https://github.com/williamfiset/FastJavaIO/releases/download/v1.0/fastjavaio.jar") % Test, // Benchmarks