Skip to content

Commit

Permalink
Update scalacheck to 1.18.0 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 22, 2024
1 parent a7a8353 commit 2fd7f45
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.1" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
publishSettings,
crossScalaVersions ++= Seq(scala2_13, scala3),
scalacOptions := {
Expand Down

0 comments on commit 2fd7f45

Please sign in to comment.