From b5ec516c511a06f1b04a1924534cc127733b692a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2020 21:41:49 +0200 Subject: [PATCH] Update akka-http, akka-http-spray-json, ... to 10.1.12 --- project/Dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3d8975b3c..2e61872d6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -164,9 +164,9 @@ object Dependencies { "com.typesafe.akka" %% "akka-actor" % "2.6.1", "com.typesafe.akka" %% "akka-stream" % "2.6.1", "com.typesafe.akka" %% "akka-testkit" % "2.6.1", - "com.typesafe.akka" %% "akka-http" % "10.1.11", - "com.typesafe.akka" %% "akka-http-spray-json" % "10.1.11", - "com.typesafe.akka" %% "akka-http-testkit" % "10.1.11" + "com.typesafe.akka" %% "akka-http" % "10.1.12", + "com.typesafe.akka" %% "akka-http-spray-json" % "10.1.12", + "com.typesafe.akka" %% "akka-http-testkit" % "10.1.12" ) val imageDependencies = Seq(