Skip to content

Commit

Permalink
assertj-core 3.26.0 (was 3.25.3) (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent 1ca2d4c commit 41d36c4
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 @@ -41,7 +41,7 @@ object Dependencies {
"com.typesafe.play" %% "play" % Versions.Play % Test, // TODO: remove
"net.aichler" % "jupiter-interface" % jupiterVersion.value % Test,
"org.testcontainers" % "junit-jupiter" % "1.19.8" % Test,
"org.assertj" % "assertj-core" % "3.25.3" % Test
"org.assertj" % "assertj-core" % "3.26.0" % Test
)

val `test-scala` = libraryDependencies ++= Seq(
Expand Down

0 comments on commit 41d36c4

Please sign in to comment.