Skip to content

Commit

Permalink
Update scalacheck-1-14 to 3.2.11.0 (#159)
Browse files Browse the repository at this point in the history
Pull request: #159
  • Loading branch information
scala-steward authored Jun 7, 2023
1 parent 30e1ef8 commit 302688d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class IntegrationtestCross(millPlatform: String) extends CrossScalaModule with P
object test extends Tests with ScoverageTests with TestModule.ScalaTest {
override def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.2.16",
ivy"org.scalatestplus::scalacheck-1-14:3.2.2.0"
ivy"org.scalatestplus::scalacheck-1-15:3.2.11.0"
) ++ outer.compileIvyDeps()
}

Expand Down

0 comments on commit 302688d

Please sign in to comment.