Skip to content

Commit

Permalink
Merge pull request #309 from scala-steward/update/scalacheck-1.18.0
Browse files Browse the repository at this point in the history
Update scalacheck to 1.18.0
  • Loading branch information
lenguyenthanh authored Apr 19, 2024
2 parents 2f38c71 + 5a8044d commit dd7d75c
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 @@ -54,7 +54,7 @@ object Dependencies {
val weaver = "com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test
val weaverScalaCheck = "com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test
val catsEffectTestKit = "org.typelevel" %% "cats-effect-testkit" % V.catsEffect % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0" % Test
val munit = "org.scalameta" %% "munit" % "1.0.0-M12" % Test
val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0-M12" % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.1" % Test
}

0 comments on commit dd7d75c

Please sign in to comment.