Skip to content

Commit

Permalink
Update scalacheck to 1.18.0 (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 21, 2024
1 parent 71210d3 commit 4c5a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M12")
lazy val paiges = Def.setting("org.typelevel" %%% "paiges-core" % "0.4.3")
lazy val scalaCheck =
Def.setting("org.scalacheck" %%% "scalacheck" % "1.17.1")
Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.0")
lazy val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.18")
lazy val scalaTestPlusScalacheck =
Def.setting("org.scalatestplus" %%% "scalacheck-1-17" % "3.2.18.0")
Expand Down

0 comments on commit 4c5a123

Please sign in to comment.