Skip to content

Commit

Permalink
Update scalacheck-1-17 to 3.2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-twentylemon[bot] committed Nov 23, 2024
1 parent de21b12 commit 6cc7bbe
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 @@ -17,7 +17,7 @@ lazy val advent = (project in file("."))
"com.github.vagmcs" %% "optimus-solver-oj" % "3.4.4"
),
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % Test,
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDF"),
Test / parallelExecution := false,
Expand Down

0 comments on commit 6cc7bbe

Please sign in to comment.