Skip to content

Commit

Permalink
Update scalatest to 3.2.6 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 13, 2021
1 parent 2e4bab6 commit 8f97cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -11,7 +11,7 @@ scalacOptions += "-target:jvm-1.8"
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.4" % Test,
"org.scalatest" %% "scalatest" % "3.2.6" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.3" % Test,
)
Expand Down

0 comments on commit 8f97cac

Please sign in to comment.