From 95f2f068fa3d600cb412275da6a3db743f946348 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 21 Mar 2022 16:18:07 +0100 Subject: [PATCH] Update akka-actor, akka-testkit to 2.6.19 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 62d22aa..1676ff1 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.19", + "com.typesafe.akka" %% "akka-testkit" % "2.6.19" % Test, "org.scalatest" %% "scalatest" % "3.2.9" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))