Update akka to v2.6.15

This commit is contained in:
Renovate Bot 2021-06-10 14:21:08 +00:00 committed by renovate[bot]
parent 6116aea5e7
commit ae49c92410

View file

@ -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.14",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.14",
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.14",
"com.typesafe.akka" %% "akka-stream" % "2.6.14",
"com.typesafe.akka" %% "akka-testkit" % "2.6.14" % "test",
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.14",
"com.typesafe.akka" %% "akka-cluster-typed" % "2.6.14",
"com.typesafe.akka" %% "akka-coordination" % "2.6.14",
"com.typesafe.akka" %% "akka-cluster-tools" % "2.6.14",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.14",
"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-http" % "10.2.4",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.3",
"org.specs2" %% "specs2-core" % "4.12.0" % "test",