Skip to content

Commit

Permalink
Update circe-generic to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 29, 2024
1 parent bd1bd74 commit 4e2aefe
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" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-generic" % "0.14.7",
// 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 4e2aefe

Please sign in to comment.