From 5ce50c6eed13987c8a5d233381120df508b04ea4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 12:23:32 +0000 Subject: [PATCH] Update http4s-backend to 3.9.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 58f3a6b..37949ca 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val cli = (project in file("cli")) "com.monovore" %% "decline" % "2.4.1", "com.monovore" %% "decline-refined" % "2.4.1", "org.typelevel" %% "cats-effect" % "3.5.3", - "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.9.1", + "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.9.3", "org.http4s" %% "http4s-blaze-client" % "0.23.16" ) )