From 442700773551a8f06355742dc9c9b7e6562c48c9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Sep 2022 14:22:50 +0000 Subject: [PATCH] Update akka-actor, akka-testkit to 2.6.20 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 62d22aa..e4b0a77 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.20", + "com.typesafe.akka" %% "akka-testkit" % "2.6.20" % Test, "org.scalatest" %% "scalatest" % "3.2.9" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))