Skip to content

Commit

Permalink
Merge pull request #307 from scala-steward/update/scalacheck-1.17.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.17.1
  • Loading branch information
lenguyenthanh authored Apr 17, 2024
2 parents fbc6b72 + aec0624 commit 22740f5
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 @@ -56,5 +56,5 @@ object Dependencies {
val catsEffectTestKit = "org.typelevel" %% "cats-effect-testkit" % V.catsEffect % Test
val munit = "org.scalameta" %% "munit" % "1.0.0-M11" % Test
val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0-M11" % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.0" % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.1" % Test
}

0 comments on commit 22740f5

Please sign in to comment.