From f0bc4d4b357889f1dee87e4bad32a5f1e81f05a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Aug 2021 13:23:01 +0200 Subject: [PATCH] Update akka-actor, akka-testkit to 2.6.16 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 62d22aa..ffff890 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.16", + "com.typesafe.akka" %% "akka-testkit" % "2.6.16" % Test, "org.scalatest" %% "scalatest" % "3.2.9" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))