From 95b243c1e68a2ba7125168fa458668f72dc70790 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Nov 2020 13:11:48 +0100 Subject: [PATCH] Update akka-http to 10.1.13 --- modules/akka-http/dependencies.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/akka-http/dependencies.sbt b/modules/akka-http/dependencies.sbt index 81253cf..26eb9ff 100644 --- a/modules/akka-http/dependencies.sbt +++ b/modules/akka-http/dependencies.sbt @@ -1,4 +1,4 @@ libraryDependencies ++= "com.typesafe.akka" %% "akka-actor" % "2.5.31" % Provided :: - "com.typesafe.akka" %% "akka-http" % "10.1.11" % Provided :: + "com.typesafe.akka" %% "akka-http" % "10.1.13" % Provided :: Nil