Skip to content

Commit

Permalink
Update scalacheck-1-17 to 3.2.18.0 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored May 28, 2024
1 parent 15187c4 commit 3f1b186
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 @@ -106,7 +106,7 @@ lazy val example = project
libraryDependencies ++= List(
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % Test
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test
),
test := {} // no need to run paiges tests.
)
Expand Down

0 comments on commit 3f1b186

Please sign in to comment.