Skip to content

Commit

Permalink
Update scalatest-shouldmatchers to 3.2.5 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 28, 2021
1 parent db58878 commit 03d338e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val commonSettings = Seq(
lazy val testSettings = Seq(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-flatspec" % "3.2.5" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.4" % Test
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.5" % Test
)
)

Expand Down

0 comments on commit 03d338e

Please sign in to comment.