From 925742479a8c81d169bb9e1e5570fb11f2b0f775 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 8 Feb 2021 14:03:34 +0100 Subject: [PATCH] Update client:circe, client:core to 2.2.9 (#12) * Update client:circe, client:core to 2.2.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f29c172e..87364c06 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val Versions = new { val circe = "0.13.0" val kindProjector = "0.11.3" val scalaTest = "3.2.3" - val sttp = "2.0.9" + val sttp = "2.2.9" val refined = "0.9.20" }