From bff998e8808c125ee8e0edb9c6898d49d40fbd65 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 24 Aug 2022 19:53:34 +0000 Subject: [PATCH 1/3] Update http4s-client, http4s-dsl to 0.23.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 874a98a4..34aa56e3 100644 --- a/build.sbt +++ b/build.sbt @@ -414,8 +414,8 @@ lazy val docs = project makeSite := makeSite.dependsOn(mdoc.toTask("")).value, mdocExtraArguments := Seq("--no-link-hygiene"), // paradox handles this libraryDependencies ++= Seq( - "org.http4s" %% "http4s-dsl" % "0.23.7", - "org.http4s" %% "http4s-client" % "0.23.7", + "org.http4s" %% "http4s-dsl" % "0.23.15", + "org.http4s" %% "http4s-client" % "0.23.15", "org.typelevel" %% "log4cats-slf4j" % "2.1.1", "org.slf4j" % "slf4j-simple" % "1.7.36", ), From e4dd6f71cbf53d16979990ece9cbfd63d8fbc0cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 3 Sep 2022 17:13:54 +0000 Subject: [PATCH 2/3] Update dd-trace-api, dd-trace-ot to 0.108.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 874a98a4..b3297378 100644 --- a/build.sbt +++ b/build.sbt @@ -235,8 +235,8 @@ lazy val datadog = project description := "Datadog bindings for Natchez.", libraryDependencies ++= Seq( "org.scala-lang.modules" %% "scala-collection-compat" % collectionCompatVersion, - "com.datadoghq" % "dd-trace-ot" % "0.91.0", - "com.datadoghq" % "dd-trace-api" % "0.91.0" + "com.datadoghq" % "dd-trace-ot" % "0.108.1", + "com.datadoghq" % "dd-trace-api" % "0.108.1" ) ) From 83eefb40a118ab5b49af1489a8ad2e75cff89ea4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Sep 2022 18:28:07 +0000 Subject: [PATCH 3/3] Update fs2-io to 3.2.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 874a98a4..c4efc1f0 100644 --- a/build.sbt +++ b/build.sbt @@ -326,7 +326,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform) description := "AWS X-Ray bindings implementation", libraryDependencies ++= Seq( "io.circe" %%% "circe-core" % "0.14.1", - "co.fs2" %%% "fs2-io" % "3.2.12", + "co.fs2" %%% "fs2-io" % "3.2.14", "com.comcast" %%% "ip4s-core" % "3.1.3", "org.scodec" %%% "scodec-bits" % "1.1.31" )