From 84cfa4450e9fcec1fd13f026286852c9da936b1e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Aug 2021 14:53:18 +0000 Subject: [PATCH] Update akka to v2.6.16 --- build.sbt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build.sbt b/build.sbt index 6286b5fb9..c7a6e73a0 100644 --- a/build.sbt +++ b/build.sbt @@ -40,16 +40,16 @@ lazy val psforeverSettings = Seq( classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat, resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots", libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-actor" % "2.6.15", - "com.typesafe.akka" %% "akka-slf4j" % "2.6.15", - "com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.15", - "com.typesafe.akka" %% "akka-stream" % "2.6.15", - "com.typesafe.akka" %% "akka-testkit" % "2.6.15" % "test", - "com.typesafe.akka" %% "akka-actor-typed" % "2.6.15", - "com.typesafe.akka" %% "akka-cluster-typed" % "2.6.15", - "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-actor" % "2.6.16", + "com.typesafe.akka" %% "akka-slf4j" % "2.6.16", + "com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.16", + "com.typesafe.akka" %% "akka-stream" % "2.6.16", + "com.typesafe.akka" %% "akka-testkit" % "2.6.16" % "test", + "com.typesafe.akka" %% "akka-actor-typed" % "2.6.16", + "com.typesafe.akka" %% "akka-cluster-typed" % "2.6.16", + "com.typesafe.akka" %% "akka-coordination" % "2.6.16", + "com.typesafe.akka" %% "akka-cluster-tools" % "2.6.16", + "com.typesafe.akka" %% "akka-slf4j" % "2.6.16", "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",