Skip to content

Commit

Permalink
Update scalacheck-1-17 to 3.2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Dec 18, 2023
1 parent 34b9ea9 commit 9da5605
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 @@ -21,7 +21,7 @@ lazy val core = project.settings(
"org.parboiled" %% "parboiled" % "2.5.1",
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.16.0" % Test
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % Test
),
Test/testOptions += Tests.Argument(
TestFrameworks.ScalaTest,
Expand Down

0 comments on commit 9da5605

Please sign in to comment.