From edb4b6c866518f142124e6dd1f6214b8898c6181 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Mar 2024 19:35:31 +0000 Subject: [PATCH] Update awaitility to 4.2.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1dd581333..4a780e885 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -49,7 +49,7 @@ object Dependencies { "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.mockito" % "mockito-core" % "4.8.1" % Test, "com.softwaremill.macwire" %% "macros" % "2.5.8" % Test, - "org.awaitility" % "awaitility" % "4.2.0" % Test + "org.awaitility" % "awaitility" % "4.2.1" % Test ) }