From e234c5b60f31daecbcab4bb0d7bc54d3da2b351e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:07:46 +0000 Subject: [PATCH] Update circe-core to 0.14.8 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 4016d36a..dbee03ab 100644 --- a/build.sbt +++ b/build.sbt @@ -251,7 +251,7 @@ lazy val log = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "natchez-log", description := "Logging bindings for Natchez, using log4cats.", libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.7", + "io.circe" %%% "circe-core" % "0.14.8", "org.typelevel" %%% "log4cats-core" % "2.7.0", "io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Test ) @@ -269,7 +269,7 @@ lazy val newrelic = project name := "newrelic", description := "Newrelic bindings for Natchez.", libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.7", + "io.circe" %% "circe-core" % "0.14.8", "com.newrelic.telemetry" % "telemetry" % "0.10.0", "com.newrelic.telemetry" % "telemetry-core" % "0.16.0", "com.newrelic.telemetry" % "telemetry-http-okhttp" % "0.16.0" @@ -319,7 +319,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform) name := "natchez-xray", description := "AWS X-Ray bindings implementation", libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.7", + "io.circe" %%% "circe-core" % "0.14.8", "co.fs2" %%% "fs2-io" % fs2Version, "com.comcast" %%% "ip4s-core" % "3.5.0", "org.scodec" %%% "scodec-bits" % "1.2.0"