Skip to content

Commit

Permalink
Update shapeless to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 13, 2022
1 parent ffafbf0 commit 82d6752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7" % Test
"com.chuusai" %% "shapeless" % "2.3.8" % Test
) ++ specs2Test
) ++ armShading).dependsOn(`anorm-tokenizer`)

Expand Down

0 comments on commit 82d6752

Please sign in to comment.