Skip to content

Commit

Permalink
Update scalacheck to 1.17.1 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 6, 2024
1 parent 7519537 commit 05daa9e
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 @@ -44,7 +44,7 @@ inThisBuild(List(
val dynverLib = LocalProject("dynver")
val dynver = project.settings(
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
publishSettings,
crossScalaVersions ++= Seq(scala2_13, scala3),
scalacOptions := {
Expand Down

0 comments on commit 05daa9e

Please sign in to comment.