Skip to content

Commit

Permalink
Update scalatest to 3.2.11 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 27, 2022
1 parent 77a34a6 commit cb48af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -13,7 +13,7 @@ scalacOptions += "-target:jvm-1.8"
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
)

ScoverageKeys.coverageMinimumStmtTotal := 77.0
Expand Down

0 comments on commit cb48af6

Please sign in to comment.