Update akka packages to v2.6.8

This commit is contained in:
Renovate Bot 2020-09-01 22:01:49 +00:00 committed by Jakob Gillich
parent c3222ef568
commit 8c768fadac

View file

@ -40,19 +40,19 @@ 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.6",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.6",
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.6",
"com.typesafe.akka" %% "akka-stream" % "2.6.6",
"com.typesafe.akka" %% "akka-testkit" % "2.6.6" % "test",
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.6",
"com.typesafe.akka" %% "akka-cluster-typed" % "2.6.6",
"com.typesafe.akka" %% "akka-actor" % "2.6.8",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.8",
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.8",
"com.typesafe.akka" %% "akka-stream" % "2.6.8",
"com.typesafe.akka" %% "akka-testkit" % "2.6.8" % "test",
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.8",
"com.typesafe.akka" %% "akka-cluster-typed" % "2.6.8",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"org.specs2" %% "specs2-core" % "4.9.4" % "test",
"org.scalatest" %% "scalatest" % "3.1.2" % "test",
"org.scodec" %% "scodec-core" % "1.11.7",
"net.java.dev.jna" % "jna" % "5.5.0",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.5",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.8",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.log4s" %% "log4s" % "1.8.2",
"org.fusesource.jansi" % "jansi" % "1.12",