From 74d8976d1e28371b983c09c117446bf2e6019ed0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Feb 2022 05:39:55 +0100 Subject: [PATCH] Update async-http-client-backend-fs2, ... to 3.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 379470e1d..5377d91f1 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.1" +val sttpVersion = "3.4.2" val prometheusVersion = "0.15.0" val tapirVersion = "0.20.0-M9"