From 7a5f4a9c5c6415731c74a9285e76eceb3819a247 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:07:25 +0000 Subject: [PATCH] Update circe-generic, circe-literal to 0.14.10 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 20cf9fb..bf706b8 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform) Seq( "org.http4s" %%% "http4s-client" % http4sVersion, "org.http4s" %%% "http4s-circe" % http4sVersion, - "io.circe" %%% "circe-literal" % "0.14.9", + "io.circe" %%% "circe-literal" % "0.14.10", "io.monix" %%% "newtypes-core" % "0.2.3", "org.typelevel" %%% "log4cats-core" % log4catsVersion, "org.typelevel" %%% "keypool" % "0.4.10", diff --git a/project/plugins.sbt b/project/plugins.sbt index 6fdf9f0..81b4903 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,6 +12,6 @@ libraryDependencies ++= { Seq( "org.http4s" %% "http4s-ember-client" % http4sVersion, "org.http4s" %% "http4s-circe" % http4sVersion, - "io.circe" %% "circe-generic" % "0.14.9", + "io.circe" %% "circe-generic" % "0.14.10", ) }