From 87d9133118c7d868452a8d97695ca492dc2427d6 Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Thu, 21 Jul 2022 18:02:03 -0400 Subject: [PATCH] update sttp --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c4bb090..7d5782f 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val laminextVersion = "0.14.3" val postgresVersion = "42.3.6" val quillVersion = "4.1.0" val scalaJavaTimeVersion = "2.4.0" -val sttpVersion = "3.7.0" +val sttpVersion = "3.7.1" val zioHttpVersion = "2.0.0-RC10" val zioJsonVersion = "0.3.0-RC3" val zioNioVersion = "2.0.0" diff --git a/project/build.properties b/project/build.properties index f6acff8..fcc6ebc 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.6.2 +sbt.version = 1.7.1 \ No newline at end of file