diff --git a/build.sbt b/build.sbt index 3e8bf5cea..a85031efd 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val psforeverSettings = Seq( "com.typesafe.akka" %% "akka-coordination" % "2.6.17", "com.typesafe.akka" %% "akka-cluster-tools" % "2.6.17", "com.typesafe.akka" %% "akka-slf4j" % "2.6.17", - "com.typesafe.akka" %% "akka-http" % "10.2.6", + "com.typesafe.akka" %% "akka-http" % "10.2.7", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", "org.specs2" %% "specs2-core" % "4.13.0" % "test", "org.scalatest" %% "scalatest" % "3.2.10" % "test",