Skip to content

Commit

Permalink
Update circe-generic to 0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 5, 2024
1 parent d3b172b commit fdc9cb4
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 @@ -20,7 +20,7 @@ lazy val root = (project in file("."))
"org.http4s" %% "http4s-scalatags" % "0.25.2",
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"io.circe" %% "circe-generic" % "0.14.8",
"io.circe" %% "circe-generic" % "0.14.9",
// coursier only seems to include compile dependencies when
// building a standalone executable (see coursier/coursier#552)
"ch.qos.logback" % "logback-classic" % "1.3.14" % Test,
Expand Down

0 comments on commit fdc9cb4

Please sign in to comment.