Skip to content

Commit

Permalink
Update scalacheck to 1.15.4 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 9, 2021
1 parent 97967b7 commit 075013a
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.8" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.3" % Test
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test
)

releaseCrossBuild := true
Expand Down

0 comments on commit 075013a

Please sign in to comment.