From e3693f8e3da87bc90cb930f19a46f5dcf9b53842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 10:48:26 +0200 Subject: [PATCH] Update sttpVersion for com.softwaremill.sttp.client3 to v3.3.18 (#116) Co-authored-by: Renovate Bot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6825155f..027ad810 100755 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ val zioHttpVersion = "1.0.0.0-RC17" val zioJson = "0.1.5" val zioMagicVersion = "0.3.10" val zioPreludeVersion = "1.0.0-RC8" -val sttpVersion = "3.3.17" +val sttpVersion = "3.3.18" lazy val root = project