Fix akka mixed versioning exception

This commit is contained in:
Jakob Gillich 2020-09-08 08:11:27 +02:00
parent fd1fe134f4
commit d1a3c9cbb5

View file

@ -47,6 +47,8 @@ lazy val psforeverSettings = Seq(
"com.typesafe.akka" %% "akka-testkit" % "2.6.8" % "test", "com.typesafe.akka" %% "akka-testkit" % "2.6.8" % "test",
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.8", "com.typesafe.akka" %% "akka-actor-typed" % "2.6.8",
"com.typesafe.akka" %% "akka-cluster-typed" % "2.6.8", "com.typesafe.akka" %% "akka-cluster-typed" % "2.6.8",
"com.typesafe.akka" %% "akka-coordination" % "2.6.8",
"com.typesafe.akka" %% "akka-cluster-tools" % "2.6.8",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"org.specs2" %% "specs2-core" % "4.10.3" % "test", "org.specs2" %% "specs2-core" % "4.10.3" % "test",
"org.scalatest" %% "scalatest" % "3.2.2" % "test", "org.scalatest" %% "scalatest" % "3.2.2" % "test",