From daa4076d40ca6cc038822595b6d40665c8949522 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Nov 2022 17:22:59 +0000 Subject: [PATCH] Update future-helper to 1.0.7 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 75c66fa..e11c17f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { val `config-tools` = "com.evolutiongaming" %% "config-tools" % "1.0.4" - val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.6" + val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7" val sequentially = "com.evolutiongaming" %% "sequentially" % "1.1.4" val `akka-serialization` = "com.evolutiongaming" %% "akka-serialization" % "1.0.4" val nel = "com.evolutiongaming" %% "nel" % "1.3.4"