From 236d779d6f2fcc1061d7d87622108560555d9382 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Nov 2022 17:29:13 +0000 Subject: [PATCH] Update future-helper to 1.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2f779de..75729b1 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val sequentially = (project "com.typesafe.akka" %% "akka-stream" % "2.6.19", "com.typesafe.akka" %% "akka-testkit" % "2.6.19" % Test, "com.evolutiongaming" %% "executor-tools" % "1.0.3", - "com.evolutiongaming" %% "future-helper" % "1.0.6", + "com.evolutiongaming" %% "future-helper" % "1.0.7", "org.scalatest" %% "scalatest" % "3.2.10" % Test))) lazy val benchmark = (project