Skip to content

Commit

Permalink
Update specs2-scalacheck to 5.3.2 in series/6.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut-bot[bot] authored and xuwei-k committed Aug 11, 2023
1 parent 3236b09 commit c5654ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ object build {
libraryDependencies += {
scalaBinaryVersion.value match {
case "3" =>
"org.specs2" %%% "specs2-scalacheck" % "5.2.0" % "test"
"org.specs2" %%% "specs2-scalacheck" % "5.3.2" % "test"
case _ =>
"org.specs2" %%% "specs2-scalacheck" % "4.20.0" % "test"
}
Expand Down

0 comments on commit c5654ac

Please sign in to comment.