From 4ae329fe75c92a3e580108b53649d9a9a3829d2a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 May 2021 15:19:07 +0200 Subject: [PATCH] Update async-http-client-backend-monix, ... to 3.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9369dbc04..5fdb2f7dc 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val doobieVersion = "0.13.2" val http4sVersion = "0.21.22" val circeVersion = "0.13.0" val tsecVersion = "0.2.1" -val sttpVersion = "3.3.1" +val sttpVersion = "3.3.2" val prometheusVersion = "0.10.0" val tapirVersion = "0.17.19"