Skip to content

Commit

Permalink
Update scalacheck to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Apr 19, 2024
1 parent 1d3730d commit 2018e85
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 @@ -82,7 +82,7 @@ lazy val commonSettings = Seq(
"org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,
"org.specs2" %% "specs2-core" % "4.12.4-js-ec" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.12.4-js-ec" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"io.chrisdavenport" %% "cats-scalacheck" % "0.3.2" % Test,
"org.scalatra.scalate" %% "scalate-core" % "1.9.8" % Test
)
Expand Down

0 comments on commit 2018e85

Please sign in to comment.