From 3f9acaab8b398acfcbeb70b85babb2abf836b948 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Sep 2019 11:47:20 +0200 Subject: [PATCH] Update sttp:async-http-client-backend-future, ... to 1.6.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9f4fca7dd..06caea843 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { val circeDerivationVersion = "0.12.0-M6" // Tests only val monixVersion = "3.0.0-RC2" // Tests only - val sttpVersion = "1.6.4" + val sttpVersion = "1.6.6" val scalaLoggingVersion = "3.9.2"