From d2bfe34284c897cf311884d2374fd14cac54ae46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 13:04:11 +0000 Subject: [PATCH] Update sttpVersion to v3.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14ad236a..d0f8b46a 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.12" val zioPreludeVersion = "1.0.0-RC8-1" -val sttpVersion = "3.8.0" +val sttpVersion = "3.8.1" lazy val `zio-webhooks` = project