diff --git a/build.sbt b/build.sbt index 344d1ad..7538519 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val cli = (project in file("cli")) "com.monovore" %% "decline-refined" % "2.4.1", "org.typelevel" %% "cats-effect" % "3.5.2", "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.9.1", - "org.http4s" %% "http4s-blaze-client" % "0.23.15" + "org.http4s" %% "http4s-blaze-client" % "0.23.16" ) ) .dependsOn(api)