diff --git a/modules/akka-http/dependencies.sbt b/modules/akka-http/dependencies.sbt index 81253cf..a3f8405 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.8" % Provided :: "com.typesafe.akka" %% "akka-http" % "10.1.11" % Provided :: Nil