Skip to content

Commit

Permalink
Update shapeless3-deriving to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and pgrandjean committed Jan 15, 2024
1 parent 59cffe6 commit a38f2f1
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 @@ -26,7 +26,7 @@ libraryDependencies ++= {
scalaBinaryVersion.value match {
case "3" =>
Seq(
"org.typelevel" %% "shapeless3-deriving" % "3.3.0",
"org.typelevel" %% "shapeless3-deriving" % "3.4.0",
"org.sweet-delights" %% "delightful-typeclasses" % "0.2.0",
"org.specs2" %% "specs2-core" % "4.20.3" % "test"
)
Expand Down

0 comments on commit a38f2f1

Please sign in to comment.