Skip to content

Commit

Permalink
Update circe-core to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Apr 26, 2024
1 parent be8822d commit 0976bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6",
"io.circe" %%% "circe-core" % "0.14.7",
"org.typelevel" %%% "log4cats-core" % "2.6.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Test
)
Expand All @@ -269,7 +269,7 @@ lazy val newrelic = project
name := "newrelic",
description := "Newrelic bindings for Natchez.",
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-core" % "0.14.7",
"com.newrelic.telemetry" % "telemetry" % "0.10.0",
"com.newrelic.telemetry" % "telemetry-core" % "0.16.0",
"com.newrelic.telemetry" % "telemetry-http-okhttp" % "0.16.0"
Expand Down Expand Up @@ -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.6",
"io.circe" %%% "circe-core" % "0.14.7",
"co.fs2" %%% "fs2-io" % fs2Version,
"com.comcast" %%% "ip4s-core" % "3.5.0",
"org.scodec" %%% "scodec-bits" % "1.1.38"
Expand Down

0 comments on commit 0976bae

Please sign in to comment.