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")))