Skip to content

Commit

Permalink
Update scalacheck to 1.15.3 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 16, 2021
1 parent 1c23b62 commit e1310e8
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 @@ -13,7 +13,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.2" % Test
"org.scalacheck" %% "scalacheck" % "1.15.3" % Test
)

releaseCrossBuild := true
Expand Down

0 comments on commit e1310e8

Please sign in to comment.