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 fbc6b72 commit aec0624
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 aec0624

Please sign in to comment.