From e1c54c70b3a70ce01073ada4254e7ad173b01f92 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 15:08:36 +0000 Subject: [PATCH] Update circe-generic to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index add22a2..08b89c1 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.1" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, - "io.circe" %% "circe-generic" % "0.14.9", + "io.circe" %% "circe-generic" % "0.14.10", // 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,