Skip to content

Commit

Permalink
Update scalatest-flatspec to 3.2.5 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 28, 2021
1 parent 95c872b commit db58878
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 @@ -48,7 +48,7 @@ lazy val commonSettings = Seq(

lazy val testSettings = Seq(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-flatspec" % "3.2.4" % Test,
"org.scalatest" %% "scalatest-flatspec" % "3.2.5" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.4" % Test
)
)
Expand Down

0 comments on commit db58878

Please sign in to comment.