Skip to content

Commit

Permalink
Update scalacheck to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 14, 2022
1 parent 125101b commit 499fffb
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 @@ -31,7 +31,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,
publishMavenStyle := false, // so it's resolved out of sbt-plugin-releases as a dep of sbt-dynver
Expand Down

0 comments on commit 499fffb

Please sign in to comment.