From 916d478edb42b5b5bec5cb735facd1fe8b9b432a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Feb 2022 16:56:12 +0100 Subject: [PATCH] Update async-http-client-backend-fs2, ... to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ee9e266f9..87550c73d 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val doobieVersion = "1.0.0-RC2" val http4sVersion = "0.23.10" val circeVersion = "0.14.1" val tsecVersion = "0.4.0" -val sttpVersion = "3.4.2" +val sttpVersion = "3.5.0" val prometheusVersion = "0.15.0" val tapirVersion = "0.20.0-M9"