From a3f49dff89f1c9edb6e3722734a8ce7e7a563bf1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 Oct 2021 14:31:09 +0200 Subject: [PATCH] Update akka-actor, akka-testkit to 2.6.17 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 62d22aa..6caf617 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.17", + "com.typesafe.akka" %% "akka-testkit" % "2.6.17" % Test, "org.scalatest" %% "scalatest" % "3.2.9" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))