diff --git a/build.sbt b/build.sbt index c15d4f40..6f93b19e 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val psforeverSettings = Seq( "com.typesafe.akka" %% "akka-coordination" % "2.6.15", "com.typesafe.akka" %% "akka-cluster-tools" % "2.6.15", "com.typesafe.akka" %% "akka-slf4j" % "2.6.15", - "com.typesafe.akka" %% "akka-http" % "10.2.4", + "com.typesafe.akka" %% "akka-http" % "10.2.5", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", "org.specs2" %% "specs2-core" % "4.12.3" % "test", "org.scalatest" %% "scalatest" % "3.2.9" % "test",