Skip to content

Commit

Permalink
Update scalacheck to 1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored May 5, 2021
1 parent c108b24 commit f6a5f1e
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 @@ -68,7 +68,7 @@ lazy val commonSettings = Seq(
"org.typelevel" %% "discipline-specs2" % "1.1.5" % Test,
"org.specs2" %% "specs2-core" % "4.10.6" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.10.6" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.3" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
"io.chrisdavenport" %% "cats-scalacheck" % "0.3.0" % Test,
"org.scalatra.scalate" %% "scalate-core" % "1.9.6" % Test
)
Expand Down

0 comments on commit f6a5f1e

Please sign in to comment.