From fb959773ab0e73239f76b3540fac2bb28b214095 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Mar 2023 22:39:55 +0000 Subject: [PATCH] Update circe-core to 0.14.5 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index c5c70218..512e109e 100644 --- a/build.sbt +++ b/build.sbt @@ -250,7 +250,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.3", + "io.circe" %%% "circe-core" % "0.14.5", "org.typelevel" %%% "log4cats-core" % "2.5.0", "io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Test ) @@ -268,7 +268,7 @@ lazy val newrelic = project name := "newrelic", description := "Newrelic bindings for Natchez.", libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.3", + "io.circe" %% "circe-core" % "0.14.5", "com.newrelic.telemetry" % "telemetry" % "0.10.0", "com.newrelic.telemetry" % "telemetry-core" % "0.15.0", "com.newrelic.telemetry" % "telemetry-http-okhttp" % "0.15.0" @@ -318,7 +318,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform) name := "natchez-xray", description := "AWS X-Ray bindings implementation", libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.3", + "io.circe" %%% "circe-core" % "0.14.5", "co.fs2" %%% "fs2-io" % fs2Version, "com.comcast" %%% "ip4s-core" % "3.2.0", "org.scodec" %%% "scodec-bits" % "1.1.37"