Skip to content

Commit

Permalink
Update scalacheck to 1.15.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2020
1 parent 0d1926f commit 25fa717
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.2" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.0" % Test
"org.scalacheck" %% "scalacheck" % "1.15.1" % Test
)

releaseCrossBuild := true
Expand Down

0 comments on commit 25fa717

Please sign in to comment.