From 6d1cb400eabc7767bfdc2768209cf5977fe46f5b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Apr 2021 20:21:02 +0200 Subject: [PATCH 1/3] Update akka-actor, akka-testkit to 2.6.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index be51045..febbb65 100644 --- a/build.sbt +++ b/build.sbt @@ -22,8 +22,8 @@ resolvers += Resolver.bintrayRepo("evolutiongaming", "maven") libraryDependencies ++= Seq( "com.evolutiongaming" %% "future-helper" % "1.0.6", - "com.typesafe.akka" %% "akka-actor" % "2.6.7", - "com.typesafe.akka" %% "akka-testkit" % "2.6.7" % Test, + "com.typesafe.akka" %% "akka-actor" % "2.6.14", + "com.typesafe.akka" %% "akka-testkit" % "2.6.14" % Test, "org.scalatest" %% "scalatest" % "3.2.3" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))) From d895fb81742b8eebaf113f43033068c9f705660c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 May 2021 18:19:15 +0200 Subject: [PATCH 2/3] Update akka-actor, akka-testkit to 2.6.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e86f3da..0cca4c1 100644 --- a/build.sbt +++ b/build.sbt @@ -20,8 +20,8 @@ publishTo := Some(Resolver.evolutionReleases) libraryDependencies ++= Seq( "com.evolutiongaming" %% "future-helper" % "1.0.6", - "com.typesafe.akka" %% "akka-actor" % "2.6.8", - "com.typesafe.akka" %% "akka-testkit" % "2.6.8" % Test, + "com.typesafe.akka" %% "akka-actor" % "2.6.14", + "com.typesafe.akka" %% "akka-testkit" % "2.6.14" % Test, "org.scalatest" %% "scalatest" % "3.2.3" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))) From fcc4e8359cd499f34327ec2e1ff5843f1e587c96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 May 2021 22:45:45 +0200 Subject: [PATCH 3/3] Update akka-actor, akka-testkit to 2.6.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 62d22aa..5273188 100644 --- a/build.sbt +++ b/build.sbt @@ -20,8 +20,8 @@ publishTo := Some(Resolver.evolutionReleases) libraryDependencies ++= Seq( "com.evolutiongaming" %% "future-helper" % "1.0.6", - "com.typesafe.akka" %% "akka-actor" % "2.6.8", - "com.typesafe.akka" %% "akka-testkit" % "2.6.8" % Test, + "com.typesafe.akka" %% "akka-actor" % "2.6.14", + "com.typesafe.akka" %% "akka-testkit" % "2.6.14" % Test, "org.scalatest" %% "scalatest" % "3.2.9" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))