From 45eb9369fb63d16c45e9fd1b689cde0f51e97d58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Aug 2021 16:53:36 +0000 Subject: [PATCH] Update dependency com.typesafe.akka:akka-http to v10.2.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0324a5fb2..b547de4c9 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.5", + "com.typesafe.akka" %% "akka-http" % "10.2.6", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", "org.specs2" %% "specs2-core" % "4.12.4-js-ec" % "test", "org.scalatest" %% "scalatest" % "3.2.9" % "test",