From 040baf9b7d8220df893c6ff1fd68aa398fd8525b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Jan 2021 09:14:52 +0000 Subject: [PATCH] Update akka to v2.6.12 --- build.sbt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build.sbt b/build.sbt index 3e60118d..43907390 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.11", - "com.typesafe.akka" %% "akka-slf4j" % "2.6.11", - "com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.11", - "com.typesafe.akka" %% "akka-stream" % "2.6.11", - "com.typesafe.akka" %% "akka-testkit" % "2.6.11" % "test", - "com.typesafe.akka" %% "akka-actor-typed" % "2.6.11", - "com.typesafe.akka" %% "akka-cluster-typed" % "2.6.11", - "com.typesafe.akka" %% "akka-coordination" % "2.6.11", - "com.typesafe.akka" %% "akka-cluster-tools" % "2.6.11", - "com.typesafe.akka" %% "akka-slf4j" % "2.6.11", + "com.typesafe.akka" %% "akka-actor" % "2.6.12", + "com.typesafe.akka" %% "akka-slf4j" % "2.6.12", + "com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.12", + "com.typesafe.akka" %% "akka-stream" % "2.6.12", + "com.typesafe.akka" %% "akka-testkit" % "2.6.12" % "test", + "com.typesafe.akka" %% "akka-actor-typed" % "2.6.12", + "com.typesafe.akka" %% "akka-cluster-typed" % "2.6.12", + "com.typesafe.akka" %% "akka-coordination" % "2.6.12", + "com.typesafe.akka" %% "akka-cluster-tools" % "2.6.12", + "com.typesafe.akka" %% "akka-slf4j" % "2.6.12", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2", "org.specs2" %% "specs2-core" % "4.10.6" % "test", "org.scalatest" %% "scalatest" % "3.2.3" % "test",