From 5a9b79a41b11923b85837ac00a5b37b6f823a17c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Oct 2020 15:04:19 +0200 Subject: [PATCH] Update akka-actor to 2.6.10 --- 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..8329b06 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-actor" % "2.6.10" % Provided :: "com.typesafe.akka" %% "akka-http" % "10.1.11" % Provided :: Nil