Skip to content

Commit

Permalink
Update scalacheck to 1.17.1 (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent 2c1b51a commit 71210d3
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.0")
Def.setting("org.scalacheck" %%% "scalacheck" % "1.17.1")
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 71210d3

Please sign in to comment.