From fdc9cb46354985b80d1152ff58f11b8455cbdc4e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:17:51 +0200 Subject: [PATCH] Update circe-generic to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1dbf9ba..124bcbc 100644 --- a/build.sbt +++ b/build.sbt @@ -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,