Skip to content

Commit

Permalink
Update scalatest-flatspec, ... to 3.2.10 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 23, 2021
1 parent 125d46d commit 7611012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ lazy val commonSettings = Seq(

lazy val testSettings = Seq(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-flatspec" % "3.2.9" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.9" % Test
"org.scalatest" %% "scalatest-flatspec" % "3.2.10" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.10" % Test
)
)

Expand Down

0 comments on commit 7611012

Please sign in to comment.