Skip to content

Commit

Permalink
Merge pull request sbt#200 from scala-steward/update/scalacheck-1.15.3
Browse files Browse the repository at this point in the history
Update scalacheck to 1.15.3
  • Loading branch information
dwijnand authored Feb 16, 2021
2 parents 5c48457 + b7b570d commit b091396
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.10.0.202012080955-r" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.2" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.3" % 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 b091396

Please sign in to comment.