Skip to content

Commit

Permalink
Update shapeless to 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 27, 2022
1 parent e941663 commit a778291
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 @@ -296,7 +296,7 @@ lazy val algebirdGeneric = module("generic")
.settings(
crossScalaVersions += "2.13.8",
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.8",
"com.chuusai" %% "shapeless" % "2.3.9",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
) ++ {
if (isScala213x(scalaVersion.value)) {
Expand Down

0 comments on commit a778291

Please sign in to comment.