Skip to content

Commit

Permalink
Merge pull request playframework#610 from scala-steward/update/assert…
Browse files Browse the repository at this point in the history
…j-core-3.21.0

assertj-core 3.21.0 (was 3.20.2)
  • Loading branch information
cchantep authored Nov 11, 2021
2 parents 9c36793 + b770bcf commit 38fb9c6
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 @@ -10,7 +10,7 @@ object Dependencies {

val logback = Seq("ch.qos.logback" % "logback-core" % "1.2.6")

val assertj = Seq("org.assertj" % "assertj-core" % "3.20.2")
val assertj = Seq("org.assertj" % "assertj-core" % "3.21.0")

val awaitility = Seq("org.awaitility" % "awaitility" % "4.1.0")

Expand Down

0 comments on commit 38fb9c6

Please sign in to comment.