Skip to content

Commit

Permalink
Merge pull request #12605 from playframework/update/scalacheck-1.18.0
Browse files Browse the repository at this point in the history
scalacheck 1.18.0 (was 1.17.1)
  • Loading branch information
mkurz committed May 3, 2024
2 parents 019e1a6 + 7e37670 commit baa8234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {

val scalacheckDependencies = Seq(
"org.specs2" %% "specs2-scalacheck" % specs2Version % Test,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test
)

val jacksonVersion = "2.14.3"
Expand Down

0 comments on commit baa8234

Please sign in to comment.