From 9971e7a4c786dfa5ad5c6906ad3245916ba1d1ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 23:05:04 +0000 Subject: [PATCH] Update circe-generic, circe-literal, ... to 0.14.15 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 6e58f01..bab1175 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.15", + "io.circe" %% "circe-parser" % "0.14.15", + "io.circe" %% "circe-literal" % "0.14.15", "io.circe" %% "circe-optics" % "0.15.0", "com.lihaoyi" %% "os-lib" % "0.11.3", "com.typesafe" % "config" % "1.4.3",