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