Skip to content

Commit

Permalink
Update specs2-scalacheck to 4.20.8 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut-bot[bot] authored and xuwei-k committed Jul 5, 2024
1 parent 1b71c41 commit 38c8960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ object build {
libraryDependencies += {
scalaBinaryVersion.value match {
case "3" =>
"org.specs2" %%% "specs2-scalacheck" % "4.20.7" % "test"
"org.specs2" %%% "specs2-scalacheck" % "4.20.8" % "test"
case _ =>
"org.specs2" %%% "specs2-scalacheck" % "4.20.7" % "test"
"org.specs2" %%% "specs2-scalacheck" % "4.20.8" % "test"
}
},
)
Expand Down

0 comments on commit 38c8960

Please sign in to comment.