Skip to content

Commit

Permalink
Merge pull request #80 from Dwolla/update/shapeless-2.3.12
Browse files Browse the repository at this point in the history
Update shapeless to 2.3.12
  • Loading branch information
bpholt authored Sep 23, 2024
2 parents c30fbf1 + 9350a12 commit 749ebf0
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 @@ -42,7 +42,7 @@ lazy val `secure-config` = (project in file("."))
"com.github.pureconfig" %% "pureconfig-cats-effect",
).map(_ % "0.17.1") ++
Seq(
"com.chuusai" %% "shapeless" % "2.3.10",
"com.chuusai" %% "shapeless" % "2.3.12",
"com.dwolla" %% "fs2-aws-java-sdk2" % "3.0.0-RC2",
)
},
Expand Down

0 comments on commit 749ebf0

Please sign in to comment.