Skip to content

Commit

Permalink
Merge pull request #237 from scala-steward/update/scalacheck-1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Apr 24, 2023
2 parents a39070c + 499fffb commit 335a198
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 @@ -38,7 +38,7 @@ inThisBuild(List(
val dynverLib = LocalProject("dynver")
val dynver = project.settings(
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
resolvers += Resolver.sbtPluginRepo("releases"), // for prev artifacts, not repo1 b/c of mergly publishing
publishSettings,
crossScalaVersions ++= Seq(scala2_13, scala3),
Expand Down

0 comments on commit 335a198

Please sign in to comment.