diff --git a/build.sbt b/build.sbt index 9d87f8a7..81c41e55 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.10", - "com.typesafe.akka" %% "akka-slf4j" % "2.6.10", - "com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.10", - "com.typesafe.akka" %% "akka-stream" % "2.6.10", - "com.typesafe.akka" %% "akka-testkit" % "2.6.10" % "test", - "com.typesafe.akka" %% "akka-actor-typed" % "2.6.10", - "com.typesafe.akka" %% "akka-cluster-typed" % "2.6.10", - "com.typesafe.akka" %% "akka-coordination" % "2.6.10", - "com.typesafe.akka" %% "akka-cluster-tools" % "2.6.10", - "com.typesafe.akka" %% "akka-slf4j" % "2.6.10", + "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.scala-logging" %% "scala-logging" % "3.9.2", "org.specs2" %% "specs2-core" % "4.10.5" % "test", "org.scalatest" %% "scalatest" % "3.2.3" % "test",