From f9290db0e0d9053222ba4d808598fdefd3434c58 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2025 14:02:10 +0000 Subject: [PATCH] Update awaitility to 4.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb60830..50e3531 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies += "com.h2database" % "h2" % "2.3.232" // Testing libraries for dealing with CompletionStage... libraryDependencies += "org.assertj" % "assertj-core" % "3.27.3" % Test -libraryDependencies += "org.awaitility" % "awaitility" % "4.2.2" % Test +libraryDependencies += "org.awaitility" % "awaitility" % "4.3.0" % Test // Make verbose tests (Test / testOptions) := Seq(Tests.Argument(TestFrameworks.JUnit, "-a", "-v"))