Skip to content

Commit

Permalink
Update scalacheck-1-14 to 3.2.1.0 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Heine <gheine@users.noreply.github.com>
  • Loading branch information
scala-steward and gheine committed Aug 7, 2020
1 parent dfc5aca commit 058d9d9
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 @@ -12,7 +12,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.1" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.0.0" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.1.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.3" % Test
)

Expand Down

0 comments on commit 058d9d9

Please sign in to comment.