Merge pull request #707 from psforever/renovate/akka

Update akka
This commit is contained in:
Fate-JH 2021-02-27 07:55:38 -05:00 committed by GitHub
commit bfd479f3d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,17 +40,17 @@ 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.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.akka" %% "akka-http" % "10.2.3",
"com.typesafe.akka" %% "akka-actor" % "2.6.13",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.13",
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.13",
"com.typesafe.akka" %% "akka-stream" % "2.6.13",
"com.typesafe.akka" %% "akka-testkit" % "2.6.13" % "test",
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.13",
"com.typesafe.akka" %% "akka-cluster-typed" % "2.6.13",
"com.typesafe.akka" %% "akka-coordination" % "2.6.13",
"com.typesafe.akka" %% "akka-cluster-tools" % "2.6.13",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.13",
"com.typesafe.akka" %% "akka-http" % "10.2.4",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"org.specs2" %% "specs2-core" % "4.10.6" % "test",
"org.scalatest" %% "scalatest" % "3.2.5" % "test",