From b11622ebb6f49020b6b1e364b7a6c7589696097e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Sep 2020 17:04:30 +0200 Subject: [PATCH] Update akka-actor, akka-remote, akka-stream to 2.6.9 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 485c492..a5ac3ea 100644 --- a/build.sbt +++ b/build.sbt @@ -13,10 +13,10 @@ scalacOptions := Seq( libraryDependencies ++= { Seq( - "com.typesafe.akka" %% "akka-stream" % "2.6.1", - "com.typesafe.akka" %% "akka-actor" % "2.6.1", + "com.typesafe.akka" %% "akka-stream" % "2.6.9", + "com.typesafe.akka" %% "akka-actor" % "2.6.9", "com.typesafe.akka" %% "akka-http" % "10.1.11", - "com.typesafe.akka" %% "akka-remote" % "2.6.1", + "com.typesafe.akka" %% "akka-remote" % "2.6.9", "io.reactivex" %% "rxscala" % "0.27.0", "org.typelevel" %% "cats-core" % "2.1.0", "io.spray" % "spray-json_2.12" % "1.3.5",