From fa4f5dfba18ec1399449f735eb805be2643c139e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 27 Mar 2022 23:08:36 +0200 Subject: [PATCH] Update shapeless to 2.3.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1266447f..eac943fc 100644 --- a/build.sbt +++ b/build.sbt @@ -170,7 +170,7 @@ lazy val `anorm-core` = project.in(file("core")) "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2", "com.h2database" % "h2" % "2.1.210" % Test, acolyte, - "com.chuusai" %% "shapeless" % "2.3.8" % Test + "com.chuusai" %% "shapeless" % "2.3.9" % Test ) ++ specs2Test ) ++ armShading).dependsOn(`anorm-tokenizer`)