Skip to content

Commit

Permalink
Update http4s-ember-client to 0.23.28
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Sep 9, 2024
1 parent edb514c commit 9b73737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ lazy val `core-tests` = project
.settings(
libraryDependencies ++= {
Seq(
"org.http4s" %% "http4s-ember-client" % "0.23.25" % Test,
"org.http4s" %% "http4s-ember-client" % "0.23.28" % Test,
"org.typelevel" %% "cats-effect-testkit" % "3.5.3" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
Expand Down Expand Up @@ -114,7 +114,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project
Seq(
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.http4s" %% "http4s-ember-client" % "0.23.25",
"org.http4s" %% "http4s-ember-client" % "0.23.28",
"org.tpolecat" %% "natchez-xray" % "0.3.5",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % Runtime,
Expand Down

0 comments on commit 9b73737

Please sign in to comment.