Skip to content

Commit

Permalink
Merge pull request #577 from scalameta/update/scalacheck-1.17.0
Browse files Browse the repository at this point in the history
Update scalacheck to 1.17.0
  • Loading branch information
valencik authored Sep 17, 2022
2 parents 62d18ab + 17a5938 commit 92710a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ lazy val munitScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlatform)
libraryDependencies += {
val partialVersion = CrossVersion.partialVersion(scalaVersion.value)
if (isNotScala211(partialVersion))
"org.scalacheck" %%% "scalacheck" % "1.16.0"
"org.scalacheck" %%% "scalacheck" % "1.17.0"
else
"org.scalacheck" %%% "scalacheck" % "1.15.2"
}
Expand Down

0 comments on commit 92710a5

Please sign in to comment.