From 91f05caf863df78ac37d1fc3f9f7fab9f4be23eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Nov 2020 21:17:24 +0100 Subject: [PATCH] Update client3:akka-http-backend, ... to 3.0.0-RC10 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 50d58bafd8..942eb9d023 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -3,7 +3,7 @@ object Versions { val catsEffect = "2.2.0" val circe = "0.13.0" val circeYaml = "0.13.1" - val sttp = "3.0.0-RC9" + val sttp = "3.0.0-RC10" val sttpModel = "1.2.0-RC5" val sttpShared = "1.0.0-RC8" val akkaHttp = "10.2.1"