From 5c05319da2ea734a1c205edc54414c6cf80c40c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 08:58:17 +0000 Subject: [PATCH] Update sttpVersion to v3.8.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4170d8b7c..f1097be62 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val supportedScalaVersions = List(scala212, scala213) // This is used only for tests. val jettyTestVersion = "9.4.48.v20220622" -val sttpVersion = "3.5.2" +val sttpVersion = "3.8.16" val circeVersion = "0.14.5" val catsEffectVersion = "3.3.14" val fs2Version = "3.3.0"