Skip to content

Commit

Permalink
Merge pull request #139 from scala-steward/update/awaitility-4.2.1
Browse files Browse the repository at this point in the history
awaitility 4.2.1 (was 3.1.6)
  • Loading branch information
mkurz authored May 10, 2024
2 parents 7699be0 + 8908929 commit 0f7d134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scalaVersion := crossScalaVersions.value.head

libraryDependencies := libraryDependencies.value.filterNot(m => m.name == "twirl-api" || m.name == "play-server") ++ Seq(
"org.mockito" % "mockito-core" % "2.28.2" % "test",
"org.awaitility" % "awaitility" % "3.1.6" % "test",
"org.awaitility" % "awaitility" % "4.2.1" % "test",
playCore % "provided",
javaCore % "test",
)
Expand Down

0 comments on commit 0f7d134

Please sign in to comment.