Skip to content

Commit

Permalink
Update scalacheck to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 17, 2024
1 parent 56fc9c1 commit dcf2b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11")
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 dcf2b60

Please sign in to comment.