Skip to content

Commit

Permalink
Update scalacheck-1-17 to 3.2.18.0 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 19, 2024
1 parent a029995 commit 310298a
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 @@ -35,7 +35,7 @@ object Dependencies {
def apply(scalaVersion: String): ModuleID = {
val (a, v) = CrossVersion.partialVersion(scalaVersion) match {
case Some((2, 11)) => ("scalacheck-1-15", "3.2.3.0")
case _ => ("scalacheck-1-17", "3.2.17.0")
case _ => ("scalacheck-1-17", "3.2.18.0")
}

"org.scalatestplus" %% a % v
Expand Down

0 comments on commit 310298a

Please sign in to comment.