From c2f6c8fda8aafde9c78a21b8927c66c056b8bd15 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Feb 2021 18:37:09 +0100 Subject: [PATCH] Update akka-actor, akka-testkit to 2.6.13 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index be51045..624b1b2 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.13", + "com.typesafe.akka" %% "akka-testkit" % "2.6.13" % Test, "org.scalatest" %% "scalatest" % "3.2.3" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))