From 9ed2d06a29bee9aa94daf7621f0059c3c7dc2942 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Nov 2022 15:40:31 +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 62d22aa..2a597f6 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ Compile / doc / scalacOptions ++= Seq("-groups", "-implicits", "-no-link-warning publishTo := Some(Resolver.evolutionReleases) libraryDependencies ++= Seq( - "com.evolutiongaming" %% "future-helper" % "1.0.6", + "com.evolutiongaming" %% "future-helper" % "1.0.7", "com.typesafe.akka" %% "akka-actor" % "2.6.8", "com.typesafe.akka" %% "akka-testkit" % "2.6.8" % Test, "org.scalatest" %% "scalatest" % "3.2.9" % Test)