Skip to content

Commit

Permalink
Update awaitility to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 13, 2024
1 parent 85cacc1 commit 3e47f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.2" % Test
)

}

0 comments on commit 3e47f80

Please sign in to comment.