From 25b1151d08c401c68bb43e911a85d5e32d135af3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 21 Jul 2022 00:02:48 +0000 Subject: [PATCH] Update async-http-client-backend-fs2, ... to 3.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 07da01bd2..ac0955b13 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val doobieVersion = "1.0.0-RC2" val http4sVersion = "0.23.12" val circeVersion = "0.14.2" val tsecVersion = "0.4.0" -val sttpVersion = "3.7.0" +val sttpVersion = "3.7.1" val prometheusVersion = "0.16.0" val tapirVersion = "1.0.2" val macwireVersion = "2.5.7"