Skip to content

Commit

Permalink
Update scalatest to 3.1.2 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 10, 2020
1 parent aa37672 commit fe52541
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 @@ -11,7 +11,7 @@ scalacOptions += "-target:jvm-1.8"
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
"org.scalatest" %% "scalatest" % "3.1.2" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.3" % Test
)
Expand Down

0 comments on commit fe52541

Please sign in to comment.