From 3439e2e89391b162973063f38a2004b542071c97 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 7 May 2022 00:46:29 +0200 Subject: [PATCH] Update client3:circe, client3:core, ... to 3.6.1 (#527) --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 96b73895..97a091e4 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -26,7 +26,7 @@ object Versions { val Scalatest = "3.2.12" val Scapegoat = "1.4.13" val Shapeless = "2.3.7" - val Sttp = "3.6.0" + val Sttp = "3.6.1" val SttpModel = "1.4.26" val SttpShared = "1.3.5" val Fs2 = "2.5.11"