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