From de343829c041b7a95f3c9d990aa1d528a2a866dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Jun 2025 08:36:38 +0000 Subject: [PATCH] Update circe-generic, circe-literal, ... to 0.14.14 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 6e58f01..a6b4ac0 100644 --- a/build.sbt +++ b/build.sbt @@ -18,9 +18,9 @@ lazy val root = (project in file(".")) "org.typelevel" %% "cats-effect" % "3.5.5", "org.http4s" %% "http4s-ember-client" % "0.23.26", "org.http4s" %% "http4s-circe" % "0.23.26", - "io.circe" %% "circe-generic" % "0.14.10", - "io.circe" %% "circe-parser" % "0.14.10", - "io.circe" %% "circe-literal" % "0.14.10", + "io.circe" %% "circe-generic" % "0.14.14", + "io.circe" %% "circe-parser" % "0.14.14", + "io.circe" %% "circe-literal" % "0.14.14", "io.circe" %% "circe-optics" % "0.15.0", "com.lihaoyi" %% "os-lib" % "0.11.3", "com.typesafe" % "config" % "1.4.3",