From 09e0ae349864cb91529de6e25ab69e167da6d8ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Jul 2021 09:12:09 +0000 Subject: [PATCH] Update dependency com.typesafe.akka:akka-http to v10.2.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",